Skip to content

Commit

Permalink
Reword warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Oct 31, 2024
1 parent a40b711 commit ec74edb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/lib/KeycloakConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export class KeycloakConfig extends Construct {
const createdClientSecrets: clientSecretTuple =
props.privateOauthClients.map(({ id: clientSlug, realm }) => [
clientSlug,
// WARNING: Changing the secret name or id will cause a new secret to be created
// WARNING: Changing this construct (name, id, template) will cause new client
// secrets to be generated!
new secretsManager.Secret(this, `${clientSlug}-client-secret`, {
secretName: `${cdk.Stack.of(this).stackName}-client-${clientSlug}`,
generateSecretString: {
Expand Down

0 comments on commit ec74edb

Please sign in to comment.