Feat/vault certmanager eso fixes#29
Merged
Merged
Conversation
Add Vault Helm chart (0.29.1) in dev mode with in-memory storage, ClusterSecretStore pointing to Vault for ESO, vault namespace, and update platform project with vault/cert-manager destinations, jetstack repo, ClusterIssuer/ClusterSecretStore permissions. Update image registry policy to allow hashicorp images and exclude external-secrets namespace from registry checks.
Add cert-manager Helm chart (v1.20.0) ApplicationSet at wave 15, ClusterIssuer ApplicationSet at wave 16 with selfsigned-issuer for Kind dev, and cert-manager namespace with istio disabled.
istio-init requires NET_ADMIN/NET_RAW and runAsUser=0, violating PodSecurity restricted. ESO is an infra operator not serving mesh traffic, same exemption pattern as monitoring/kyverno. Also update ESO sync-wave to 1, add istio-ingress namespace, update namespaces ApplicationSet, and kyverno policy wave to 13.
Restore __ENV__, __TARGET_REVISION__, __AWS_REGION__, __ESO_IRSA_ROLE_ARN__, __REPO_URL__, __CLUSTER_NAME__ placeholders in all ApplicationSets, projects, docs examples, and prometheus values. Update sync waves: istio mesh-config→5, security→3, telemetry→4, monitoring prometheus→8, loki→7, promtail→6, dashboards→10, datasources→9, servicemonitors→11, opencost→14, kyverno→12-13.
Interactive script to seed Vault dev mode with Grafana admin credentials, GHCR pull token (auto-detected from gh CLI), and optional application secrets.
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.
What
Why
Changes
path/to/file— reasonChecklist
main(git log --oneline main..HEAD)main-bound filesgrep -r "env: dev\|eu-west-3\|k8s-platform-dev\|esoIrsaRoleArn: \"\"" argocd/ kubernetes/helm/elements:)grep -r "__ENV__\|__CLUSTER_NAME__" kubernetes/manifests/ kubernetes/helm/type(scope): description)find . -name "*.yaml" -o -name "*.go" | xargs wc -l | sort -rn | head -20)git diff main --name-only | xargs grep -l "password\|secret\|token\|key" 2>/dev/null)Testing
kubectl apply --dry-run=serveron changed manifestsNotes for reviewer