Add ship-status mcp server SA with ci-secret-generator token#82081
Conversation
|
Hi @arnavmeduri. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughAdds the ChangesMCP server credentials
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/ok-to-test |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: arnavmeduri, smg247 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@arnavmeduri: all tests passed! 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. |
|
@arnavmeduri: Updated the following 4 configmaps:
DetailsIn response to this:
Instructions 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. |
Creates a
mcp-serverservice account and configuresci-secret-generator/ci-secret-bootstrapto produce a rotating token (28-day expiry) synced to themcp-server-tokenSecret onapp.ci.Changes:
mcp-server-serviceaccount.yaml: mcp-server ServiceAccountci-secret-generator/_config.yaml: mcp-server token generation on app.cici-secret-bootstrap/_config.yaml: syncs token to mcp-server-token Secret in ship-status namespaceSummary by CodeRabbit
mcp-serverServiceAccount in theship-statusnamespace onapp.ci, including the protected MCP OAuth redirect callback annotation required for MCP login.ci-secret-generatorto mint a 28-day service account token (2419200s) formcp-serverinship-status, writing it assa.mcp-server.app.ci.token.txtunder theship-status-dash-mcp-serversecret item.ci-secret-bootstrapto sync that generated token into theship-statusnamespace as themcp-server-tokenSecret onapp.ci.smg247approved via/ok-to-test.