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

feat: synchronize github secrets to secretsmanager #4

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Conversation

jta
Copy link
Contributor

@jta jta commented Apr 10, 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.
@obs-gh-nikhildua
Copy link
Collaborator

Any chance we can test this with an example repo?

@jta jta merged commit 09b01e3 into main Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants