24 lines
453 B
JSON
24 lines
453 B
JSON
|
|
{
|
||
|
|
"id": "check:secrets-engine-rotate",
|
||
|
|
"tenant": "tenant:platform",
|
||
|
|
"subject": {
|
||
|
|
"id": "some-other-service",
|
||
|
|
"type": "service"
|
||
|
|
},
|
||
|
|
"action": "rotate",
|
||
|
|
"resource": {
|
||
|
|
"id": "lane:glas-primary",
|
||
|
|
"type": "secret-catalog-lane",
|
||
|
|
"system": "secrets-engine",
|
||
|
|
"attributes": {
|
||
|
|
"stage": "prod",
|
||
|
|
"fields": [
|
||
|
|
"password"
|
||
|
|
],
|
||
|
|
"policy_targets": [],
|
||
|
|
"auth_targets": []
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"context": {}
|
||
|
|
}
|