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 secretsmanager plugin #618

Merged
merged 2 commits into from
Dec 1, 2023
Merged

add secretsmanager plugin #618

merged 2 commits into from
Dec 1, 2023

Conversation

fujiwara
Copy link
Collaborator

@fujiwara fujiwara commented Oct 20, 2023

provides secretsmanager_arn template function.

plugins:
  - name: secretsmanager
  "secrets": [
    {
      "name": "FOO_BAR_FROM_SECRETSMANAGER",
      "valueFrom": "{{ secretsmanager_arn `foo/bar` }}"
    }
  ]

secretsmanager_arn returns the Arn of the secret.

provides secretsmanager_arn template function.
@fujiwara fujiwara marked this pull request as ready for review December 1, 2023 14:14
@fujiwara fujiwara merged commit 3b66704 into v2 Dec 1, 2023
@fujiwara fujiwara deleted the feature/secretsmanager_arn branch December 1, 2023 14:15
@fujiwara fujiwara added the v2.3 label Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant