im-open/Get Vault auth token using the logged in Azure user
Gets a token that can be used to authenticate with HashiCorp Vault using Vault's Azure Auth Method and the currently logged in Azure user's credentials
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| vault-role | The role in Vault that the outputted auth token will be provided for. | yes | — |
| vault-url | The base url where Vault is hosted. E.g. https://vault.myvault.com:8200 | yes | — |
| azure-auth-mount-path | The path where Vault's Azure Auth Method was mounted. | no | azure |
| output-environment-variable-name | If set, an environment variable with the provided name will be outputted in addition to the normal output. | no | — |
Outputs
| name | description |
|---|---|
| vault_client_token | A Vault token that can be used in subsequent jobs/steps to interact with Vault. |