get-secretmanager-secrets
get-secretmanager-secrets copied to clipboard
A GitHub Action for accessing secrets from Google Secret Manager and making them available as outputs.
### TL;DR Add an option to filter masking of secrets with a regex. ### Detailed design Getting a multi line JSON secret (a credentials json as an example) masks single...
### TL;DR I would like to get Google Cloud Secret Manager secrets with an impersonate service account. ### Detailed design ``` - id: 'secrets' uses: 'google-github-actions/get-secretmanager-secrets@v1' with: impersonate_service_account: "[email protected]" secrets:...