- Notifications
You must be signed in to change notification settings - Fork673
rotating access tokens#3207
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I had this idea for a utility that would search a list of projects, or all projects in a group, for access tokens and rotate them. The script would also look for CI variables that refer to the old token value and replace it with the new token value. It also would produce a nice report showing which tokens were referenced in what CI variables by what projects. The challenge I face is that the object returned by Now that access tokens have mandatory expiration dates we are forced to rotate them periodically. It would be nice to have a utility that would aid in this tedious maintenance process. Does anyone in the community, or the project developers, have a suggestion for working around this? |
BetaWas this translation helpful?Give feedback.