Skip to content

add aws secrets manager#8

Open
3rmack wants to merge 1 commit into
lean-delivery:masterfrom
3rmack:master
Open

add aws secrets manager#8
3rmack wants to merge 1 commit into
lean-delivery:masterfrom
3rmack:master

Conversation

@3rmack

@3rmack 3rmack commented May 4, 2019

Copy link
Copy Markdown

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).

@vold029 vold029 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Approved

Comment thread define-policies.tf
tags = "${merge(local.default_tags, var.tags)}"
}

resource "aws_iam_role_policy_attachment" "attach-allow-secrets-manager" {

Copy link
Copy Markdown
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