Skip to content

Commit

Permalink
bugfix: enable variable substitution in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Oct 24, 2024
1 parent bf2d387 commit 0f7b79d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/lib/KeycloakConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export class KeycloakConfig extends Construct {
KEYCLOAK_AVAILABILITYCHECK_ENABLED: "true",
KEYCLOAK_AVAILABILITYCHECK_TIMEOUT: "120s",
IMPORT_FILES_LOCATIONS: "/config/*",
IMPORT_CACHE_ENABLED: "false",
IMPORT_VARSUBSTITUTION_ENABLED: "true",
},
logging: ecs.LogDrivers.awsLogs({ streamPrefix: "KeycloakConfig" }),
secrets: {
Expand Down

0 comments on commit 0f7b79d

Please sign in to comment.