Complete Rotation Job
- Print
- PDF
Complete Rotation Job
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Notify Secret Manager of the completion of a secret rotation job.
Chain shifting of the secret occurs.
POST https://secretmanager.apigw.ntruss.com/action/v1/secrets/{secretId}/jobs/{jobToken}/complete
Request
Request parameters
Parameter name | Type | Description |
---|---|---|
secretId | String | Secret ID (automatically injected via trigger, can be obtained as an environment variable: Replace secret action example code) |
jobToken | String | Job action token (automatically injected via trigger, can be obtained as an environment variable: Replace secret action example code) |
Request body
None
Response
Response body
{
"code": "SUCCESS",
"data": "null"
}
Was this article helpful?