Add script to extend token lifetime for expiring tokens
What does this MR do and why?
Add script to extend token lifetime for expiring tokens
If an admin identifies they have a large number of personal access tokens, group access tokens, or project access tokens expiring soon, it may be helpful to give users more time to rotate those tokens rather than letting them all expire. This adds a script instance admins can run to extend the expiry date of all tokens in their instance.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
- If you have docs built locally, check the tokens overview docs page: https://docs.gitlab.com/ee/security/token_overview.html#troubleshooting
Edited by Andrew Evans