Skip to main content

Activate Web Key

POST 

/v2beta/web_keys/:id/activate

Switch the active signing web key. The previously active key will be deactivated. Note that the JWKs OIDC endpoint returns a cacheable response. Therefore it is not advised to activate a key that has been created within the cache duration (default is 5min), as the public key may not have been propagated to caches and clients yet.

Required permission:

  • iam.web_key.write

Required feature flag:

  • web_key

Request​

Path Parameters

    id stringrequired

Responses​

Web key activated successfully.

Schema

    changeDate date-time

    The timestamp of the activation of the key.

Loading...