key-cape/docs/t03-requester-registration.json

20 lines
477 B
JSON
Raw Normal View History

{
"clientId": "secrets-engine-requester",
"displayName": "Secrets Engine T03 approval requester",
"audience": "approval-engine",
"allowedScopes": [
"approval:create"
],
"grantTypes": [
"client_credentials"
],
"clientType": "confidential",
"secretRef": "env:KEYCAPE_SECRETS_ENGINE_REQUESTER_CLIENT_SECRET",
"serviceSubject": "secrets-engine",
"tenant": "tenant:platform",
"roles": [
"secrets-engine-requester"
],
"tokenLifetime": "15m"
}