get-secretmanager-secrets icon indicating copy to clipboard operation
get-secretmanager-secrets copied to clipboard

A GitHub Action for accessing secrets from Google Secret Manager and making them available as outputs.

Results 2 get-secretmanager-secrets issues
Sort by recently updated
recently updated
newest added

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

enhancement

### 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:...

enhancement