docs: access management default is NetBird + Keycloak; Teleport is deprecated - #203
Merged
Conversation
…precated The README credited Teleport with unified access management, but the current model runs cluster access over the NetBird mesh with Keycloak as the SSO identity provider. Teleport stays available for existing setups; both teleport chart READMEs now carry a deprecation banner. Signed-off-by: Ashish Jaiswal <ashish@obmondo.com>
…eal kubeaid-config layout The 'Working with the Pattern' examples used an applications:-enable key and an argocd/<app>.yaml inline-values path that exist in no real kubeaid-config. The actual structure (verified against a live kubeaid-config repo): k8s/<cluster>/argocd-apps/templates/<app>.yaml holding a two-source Application (chart from KubeAid, values from the config repo via $values ref) plus values-<app>.yaml keyed by subchart name for upstream overrides and top-level keys for the wrapper's own templates. Signed-off-by: Ashish Jaiswal <ashish@obmondo.com>
…in-house Signed-off-by: Ashish Jaiswal <ashish@obmondo.com>
Drop the described CI that re-diffs vendored charts against upstream — it was never built. What is true: charts are vendored, updates land as reviewed PR diffs, and clusters deploy from your mirror. The three stale TODOs below it were all shipped since: trivy-operator + version-checker (image vulnerabilities), kubescape-operator (cluster scanning), and Harbor + kyverno proxy-cache (image caching) — now stated as features with links to their chart docs. Signed-off-by: Ashish Jaiswal <ashish@obmondo.com>
ashish1099
marked this pull request as ready for review
August 15, 2026 20:13
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.
Two docs-accuracy fixes, one commit each:
1. Access management default
The README's features list credited Teleport with unified access management. The current model: cluster access runs over the NetBird mesh with Keycloak as the SSO identity provider by default; Teleport is deprecated but remains available for existing setups. Deprecation banners added to both teleport chart READMEs (also fixes their kubeaid.io/docs/apps pages).
2. Real kubeaid-config override structure
helm-umbrella-pattern.md's "Working with the Pattern" examples were invented (
applications:-enable key,argocd/<app>.yamlinline values). Replaced with the real layout, verified against a live kubeaid-config repo:k8s/<cluster>/argocd-apps/templates/<app>.yamltwo-source Application (chart from KubeAid, values via$valuesref) +values-<app>.yamlkeyed by subchart name, wrapper keys top-level.