Add script to automate prow-token renewal across all Key Vaults#4879
Add script to automate prow-token renewal across all Key Vaults#4879
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: weherdh The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a bash utility to extract (or accept via file) the OpenShift CI prow ServiceAccount token and register it into the set of global Azure Key Vaults used by EV2 via secret-sync.
Changes:
- Introduces
renew-prow-token.shto extract the token from the CI cluster (oc extract) or read it from a provided file. - Registers the token as
prow-tokeninto one or all global Key Vaults usingtooling/secret-sync. - Adds CLI help/usage guidance and basic input validation.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@weherdh: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
What https://redhat.atlassian.net/browse/AROSLSRE-637
The script automates registering a new prow-token in all 4 global Key Vaults (arohcpdev-global, arohcpint-global, arohcpstg-global, arohcpprod-global).