What it is
When you rotate a key, TigerTrust creates a successor key and optionally keeps the old key valid for a grace period you specify. During the grace window both keys authenticate successfully. After the window closes, the old key stops working automatically. The new key’s full value is displayed exactly once in a modal — copy it immediately, because it cannot be retrieved again.When to use it
- Respond to a suspected credential leak by rotating immediately with a zero-day grace window.
- Perform a planned credential rotation for compliance without coordinating a maintenance window.
- Rotate CI/CD pipeline keys quarterly by setting a 7-day grace so pipelines can pull the new key from your secrets manager before the old one expires.
- Hand off a workspace to a new team and replace all existing keys as part of the transition.
Set it up
Open API Keys
Go to Settings > API Keys. All active keys are listed with their prefix and last-used date.
Set the grace period
Choose how many days (0 to 30) the old key should remain active. Set 0 to revoke the old key immediately.
Copy the new key
After clicking Confirm, a reveal-once modal displays the full new key value. Click Copy and store it securely — TigerTrust will never show the full value again. Only the key prefix is visible after you close this modal.
What you’ll see
The key list shows both the old and new keys during the grace period. The old key is labelled (rotated) with a badge showing the grace expiry date. After the grace period, the old key row shows Expired and stops accepting requests. Both entries remain visible in the list for audit traceability.Tips
- If you do not supply a name during rotation, the old key is automatically renamed to
<original name> (rotated)so the pair is easy to identify. - Revocation events appear in Audit Logs so you can confirm when each key was invalidated.
- You can also interact with key management via the API — full spec at API Reference.
Related
Managed Accounts
Issue separate keys for each child workspace in a reseller setup.