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

[bugfix] fix permissions on aws-ecs-service secrets #143

Merged
merged 1 commit into from
Oct 9, 2019

Conversation

mbarrien
Copy link
Contributor

@mbarrien mbarrien commented Oct 9, 2019

Removes permission restriction to only latest version of registry secret; tasks were failing to launch with that restriction even when the secret had only one version and it was marked current.

Also removing kms permission; in most use cases we are currently using the default encryption key and no special permission is needed for it. The permission granted through the current policy is invalid since it isn't actually pointing at a KMS key. Just removing it for now; not adding an input to provide a KMS key ARN for decryption until we actually have that use case.

@mbarrien mbarrien requested a review from a team as a code owner October 9, 2019 17:02
@mbarrien mbarrien merged commit 133cb5c into master Oct 9, 2019
@mbarrien mbarrien deleted the mbarrien/ecs-registry-fix branch October 9, 2019 17:54
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