docs(kustomize): revamp deployment guide, add RBAC and overlay improvements#263
Merged
vbelouso merged 12 commits intoJun 25, 2026
Merged
Conversation
Collaborator
Author
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
zvigrinberg
requested changes
Jun 25, 2026
zvigrinberg
left a comment
Collaborator
There was a problem hiding this comment.
GM @vbelouso ,
You did really good job, The oidc-ca certificate chain extraction and injection to deployment together with the corresponding configuration) should solve the problem of clusters using custom / untrusted OIDC certificates. ( also with the non production bypass for quick testing).
And off course, you streamlined the deployment process to be more clear, organized, and with less steps ( removed redundant steps) - It looks much better!.
Please see me comments!
zvigrinberg
approved these changes
Jun 25, 2026
zvigrinberg
left a comment
Collaborator
There was a problem hiding this comment.
@vbelouso Great Job!,
LGTM Approved.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
exploit-iq-pull-secretfrom all manifests and documentation. Container images are hosted in a public quay.io organization and do not require an explicit pull secretdeployer-rbac.yamlwith minimum RBAC for non-cluster-admin deployments, covering OAuthClient (scoped toexploit-iq-clientandexploitiq-mcp-serverresource names), anyuid SCC grants, and ServiceMonitor accessoc get dns clusterwithoc whoami --show-server | sed ...for deriving the OCP base domain. The DNS query requires cluster-admincomponents/oidc-ca/). Clusters using untrusted or custom CA certificates on the OAuth endpoint (for example, ZeroSSL or enterprise PKI) can add the component to any overlay without modifying base manifests. Without this, OIDC JWKS fetch fails with a certificate path validation error at runtimeNGINX_UPSTREAM_NIM_EMBEDpreventing nginx startup failure when a dedicated embed NIM is not deployedkustomization.yamlto separate files and migratespatchesStrategicMergetopatchesacross all overlays. This preventskustomize editfrom mangling files when components are added, as the tool rewrites the entire file through its own YAML marshaller which destroys inline block scalars and YAML anchors