Start Rotation Job
    • PDF

    Start Rotation Job

    • PDF

    記事の要約

    概要

    Secret交換を開始します。
    交換作業の開始が Secret Managerに通知され、Secretの交換状態が変更されます。
    現在のシークレットチェーンが返されます。

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

    リクエスト

    リクエストパラメータ

    パラメータ名タイプ説明
    secretIdStringSecret ID (トリガーにより自動注入され、環境変数として取得可能: シークレット交換アクションのサンプルコード)
    jobTokenStringJob Actionトークン (トリガーにより自動注入され、環境変数として取得可能: シークレット交換アクションのサンプルコード)

    リクエストボディ

    None
    

    レスポンス

    レスポンスボディ

    {
      "code": "SUCCESS",
      "data": {
        "decryptedSecretChain": {
          "previous": "string",
          "active": "string",
          "pending": "string"
        },
        "rotationTargets": [
          "string"
        ]
      }
    }
    
    パラメータ名タイプ説明
    decryptedSecretChain.previousString以前の状態の Secret値
    decryptedSecretChain.activeString現在の Secret値
    decryptedSecretChain.pendingString待機状態の Secret値
    rotationTargetsString[]ローテーション対象の Secret値リスト

    この記事は役に立ちましたか?

    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.