Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: synchronize github secrets to secretsmanager #124

Merged
merged 1 commit into from
Apr 9, 2024
Merged

feat: synchronize github secrets to secretsmanager #124

merged 1 commit into from
Apr 9, 2024

Conversation

jta
Copy link
Contributor

@jta jta commented Apr 9, 2024

It is more convenient to manage secrets in github than to interact with AWS secretsmanager. Unfortunately, doing so naively would make it impossible for an operator to run terraform manually if a complex state operation were to be necessary. As a workaround, we can ensure that secrets with prefix X_ are synchronized to secretsmanager on every workflow run.

It is more convenient to manage secrets in github than to interact with
AWS secretsmanager. Unfortunately, doing so naively would make it
impossible for an operator to run terraform manually if a complex state
operation were to be necessary. As a workaround, we can ensure that
secrets with prefix `X_` are synchronized to secretsmanager on every
workflow run.
@jta jta merged commit 2ca6708 into main Apr 9, 2024
1 check passed
@jta jta deleted the sync branch April 9, 2024 19:49
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants