keeper-security/Keeper Secrets Manager Github Action
A GitHub Action to retrieve and store secrets with Keeper
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| keeper-secret-config | Keeper Secrets Manager configuration json or base64 string | yes | — |
| secrets | A list of secrets to retrieve from (>) or store to (<) Keeper Vault | yes | — |
| create-if-missing | Create records if they do not exist when storing values | no | false |
| folder-uid | Folder UID for creating new records (required if create-if-missing is true) | no | — |
| new-record-type | Type for newly created records (default: login) | no | login |
| fail-on-store-error | Fail the action if a store operation fails | no | true |
| allow-empty-values | Allow storing empty values to fields | no | false |
Outputs
no outputs