Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CDK-TS] Switch from creating new ASM secrets to referencing existing secret ARNs #24

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

karimatwa
Copy link
Member

Motivation:
Referencing a manually created secret, rather than generating it automatically through config-as-code, aligns with security best practices. Many organizations enforce strict, well-defined procedures for reviewing, and approving secrets. By creating secrets manually, organizations can better control who has the privileges to store and access them.

Modifications:

  • Remove automatic creation of AWS Secrets Manager secrets for storing the control plane token via config-as-code.
  • Add support for manually referencing the control plane token secret using its ASM ARN.

@karimatwa karimatwa self-assigned this Jan 9, 2025
@karimatwa karimatwa requested a review from slandelle January 9, 2025 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant