You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently rely on AWS key for pushing files to S3, and now that I want to also add CDK deployments I'm very uncomfortable with generating (and remembering to) rotate keys.
There are many disadvantages to keys, amongst which is that they're available as environment variables for all tasks during builds, tests and deployments.
Instead I'd prefer to set-up OIDC and remove these secrets outright.
The text was updated successfully, but these errors were encountered:
I currently rely on AWS key for pushing files to S3, and now that I want to also add CDK deployments I'm very uncomfortable with generating (and remembering to) rotate keys.
There are many disadvantages to keys, amongst which is that they're available as environment variables for all tasks during builds, tests and deployments.
Instead I'd prefer to set-up OIDC and remove these secrets outright.
The text was updated successfully, but these errors were encountered: