Update Pending Stage
    • PDF

    Update Pending Stage

    • PDF

    Article summary

    Summary

    Register a pending stage value.
    Unlike Add pending stage, which automatically populates a value for the secret rotation and registers it as a pending stage, you can specify a value manually. You can use Generate random secret to register with a value that is generated based on the desired criteria.

    PUT https://secretmanager.apigw.ntruss.com/action/v1/secrets/{secretId}/jobs/{jobToken}/pending
    

    Request

    Request parameters

    Parameter nameTypeDescription
    secretIdStringSecret ID (automatically injected via trigger, can be obtained as an environment variable: Replace secret action example code)
    jobTokenStringJob action token (automatically injected via trigger, can be obtained as an environment variable: Replace secret action example code)

    Request body

    {
      "value": "string"
    }
    
    Parameter nameTypeDescription
    valueStringSecret value (JSON format string)

    Response

    Response body

    {
      "code": "SUCCESS",
      "data": {
        "pending": "string"
      }
    }
    
    Parameter nameTypeDescription
    pendingStringAutomatically generated pending stage value

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.