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

[Secrets Manager] Event Handler/ Infra #487

Open
anovis opened this issue Apr 8, 2024 · 0 comments
Open

[Secrets Manager] Event Handler/ Infra #487

anovis opened this issue Apr 8, 2024 · 0 comments
Labels
proposal Proposal for a new feature in Goblet

Comments

@anovis
Copy link
Collaborator

anovis commented Apr 8, 2024

Secrets can be configured with a list of up to 10 Pub/Sub topics. Whenever an operation is performed that modifies the secret or one of its versions, Secret Manager will automatically publish a message to each of the Pub/Sub topics on that secret. Get, List, and Access calls do not result in message publications.

https://cloud.google.com/secret-manager/docs/event-notifications

@secret("SECRET_NAME",events=xxx)
def handle_secret_event():
xxxxxx
@anovis anovis added the proposal Proposal for a new feature in Goblet label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Proposal for a new feature in Goblet
Projects
None yet
Development

No branches or pull requests

1 participant