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

Disable previous version when updating secret #660

Open
gpongelli opened this issue Nov 22, 2024 · 0 comments · May be fixed by #661
Open

Disable previous version when updating secret #660

gpongelli opened this issue Nov 22, 2024 · 0 comments · May be fixed by #661

Comments

@gpongelli
Copy link

SUMMARY

When updating a secret, it could be possible to disable previous version.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

gcp_secret_manager

ADDITIONAL INFORMATION

Avoid being able to use previous secret's versions without destroying secret.

- name: Add a new version of a secret disabling previous one
  google.cloud.gcp_secret_manager:
    name: secret_key
    value: updated super secret disabling previous
    state: present
    disable_previous_version: true
@gpongelli gpongelli linked a pull request Nov 22, 2024 that will close this issue
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 a pull request may close this issue.

1 participant