post https://{applicationQualifiedDomain}.us.wristband.dev/api/v1/applications//signing-keys/rotate
Rotates the signing keys for the specified application. As part of this API call the following will happen:
- A new signing key will be generated for the
NEXT
rotation position. - The signing key in the
NEXT
rotation position will be moved to theCURRENT
rotation position. - The signing key in the
CURRENT
rotation position will be moved to thePREVIOUS
rotation position. - The signing key in the
PREVIOUS
rotation position will be deleted.
Required Permissions
Below is the list of required permissions needed to interact with this API. For each permission the allowed permission boundaries are also specified.
Permission | Boundary | Description |
---|---|---|
signing-key:rotate | Application | The subject can rotate the signing keys for the application that it is associated to. |