aws-samples / cdk-keycloak

CDK construct library that allows you to create KeyCloak on AWS in TypeScript or Python
Apache License 2.0
89 stars 30 forks source link

fix: couple's of issues. #170

Closed wchaws closed 2 years ago

wchaws commented 2 years ago
  1. increase default config to 4 vcpu 8 gb mem to resolve infinity instance restart.
  2. PROXY_ADDRESS_FORWARDING=true
  3. HealthyThresholdCount=3
  4. Cluster creating depends on databases

Fixes #168 Fix: #167 Fix: #153