feat(argocd): add CreateVaultK8sAuth reusable workflow + bump module to v2.4.0#95
Merged
Merged
Conversation
…to v2.4.0 New call-create-vault-k8s-auth.yaml drives the CreateVaultK8sAuth Dagger function from blueprints v2.4.0 — Dagger-native replacement for the per-cluster vault-k8s-auth/ Terraform module (ESO + Vault k8s auth backend). Same SOPS kubeconfig + vault-env inputs as create-vault-issuer. Bumps default argocd-module-version in call-argocd-bootstrap.yaml and call-create-vault-issuer.yaml from v2.3.1 to v2.4.0 (backwards-compatible minor — new function added, nothing removed). Refs: stuttgart-things/stuttgart-things#2189 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
.github/workflows/call-create-vault-k8s-auth.yamlreusable workflow that drivesCreateVaultK8sAuthfromstuttgart-things/blueprints/argocd@v2.4.0.call-create-vault-issuer.yamlshape: decrypts kubeconfig + Vault env, thendagger call create-vault-k8s-auth ...to mount the K8s auth backend, write config (disable_iss_validation=true,disable_local_ca_jwt=true), and upsert the role bound to caller-supplied--token-policies.argocd-module-versiontov2.4.0(the version that shipsCreateVaultK8sAuth).Companion PR
First of two PRs unblocking stuttgart-things/stuttgart-things#2189. The sthings wiring PR's
pr-argocd-bootstrap.yamlreferences this workflow at@main, so merge this one first.Drafted on 2026-05-14, fresh from main today.
🤖 Generated with Claude Code