lancemccarthy/Akeyless AAD Dynamic Secret
This action conveniently combines multiple steps to fetch only the information you need from the Azure AD dynamic secret.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| akeyless-secret-path | The location of the secret in your AAD secret in the Akeyless vault (ex. /path-to/my-secret) | yes | "" |
| akeyless-access-id | the Akeyless access ID (ex. p-123456, found in Users & Auth Methods portal) | yes | "" |
| akeyless-access-key | The API access key, visit https://docs.akeyless.io/docs/api-key for more info. | yes | "" |
| vault-url | This value overrides the default vault root URL. | no | https://api.akeyless.io |
Outputs
| name | description |
|---|---|
| app-id | The value of secret.appId from the AAD dynamic secret. |
| tenant-id | The value of secret.tenantId from the AAD dynamic secret. |
| secret-text | The value of secret.secretText from the AAD dynamic secret. |
| key-id | The value of secret.keyId from the AAD dynamic secret. |
| display-name | The value of secret.displayName from the AAD dynamic secret. |