Allow secrets for the Keycloak container to be passed as an parameter in KeyCloakProps
nidhiraj98 opened this issue · 0 comments
nidhiraj98 commented
Using AWS secrets as environment variables in Fargate container requires it to be passed in the secrets
parameter within FargateTaskDefinition.addContainer()
.
Currently cdk-keycloak doesn't allow us to pass secrets from AWS Secrets Manager to the container in which Keycloak is deployed. The secrets
parameter has been hardcoded to use only the ones generated by the Keycloak stack.
Request: Allow secrets
parameter within FargateTaskDefinition.addContainer()
to be appended with custom secrets.