Handle expired GitLab Group Access Token #32544
-
How are you running Renovate?Self-hosted Renovate If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.GitLab Please tell us more about your question or problemIt's clearly said in the docs:
Lesson learned, next time I will rotate the token before it expires, but now it happened and I need to create a new token. So far no problem. There was a detailed discussion when optimizing the docs. However, no info about that handling was added to the docs and I can't draw any recommendations for action out of the discussion. As stated there, the ignorePrAuthor option could help, but that's not clear to me either. I don't want this option to be enabled to avoid pulling all MRs, but will a one-time run with the option enabled solve the problem of a new botname? In my understanding, it will respect the MRs from the previous bot, but can't change the author there.. What do you think is the suggested way here? And maybe it's worth putting the results of this discussion into the docs as well? :) Logs (if relevant)No response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
You can still rotate a token that has been expired, it is only when it is revoked you can't. |
Beta Was this translation helpful? Give feedback.
-
There's a couple of approaches to migration which Renovate could take:
We already have the config option
|
Beta Was this translation helpful? Give feedback.
There's a couple of approaches to migration which Renovate could take:
We already have the config option
ignorePrAuthor
which does (2) above. For GitLab specifically it means:1…