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

add aws secrets manager #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

3rmack
Copy link

@3rmack 3rmack commented May 4, 2019

Within this module you cannot use private docker registry which require authentication (credentials are stored in AWS Secrets Manager).
PR adds ability to specify ARN of secret from AWS Secrets Manager wich will be used for authentication to pritave docker regisrtry (prefix in "docker_image" variable).

Copy link

@vold029 vold029 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@@ -150,6 +172,12 @@ EOF
tags = "${merge(local.default_tags, var.tags)}"
}

resource "aws_iam_role_policy_attachment" "attach-allow-secrets-manager" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should be done in your terraform service.

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.

3 participants