Add terraform-enc woodpecker ServiceAccount #274
Reference in New Issue
Block a user
Delete Branch "benvin/terragrunt-enc-sa"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The new terragrunt-enc repo (single source of truth for encapi ENC data) runs its Terraform apply/plan in Woodpecker and authenticates to Vault via kubernetes auth. The Vault k8s role
woodpecker_terraform_enc(terraform-vault PR #98) binds to a ServiceAccount namedterraform-encin thewoodpeckernamespace, which must exist for that auth to work.Changes:
apps/base/woodpecker/serviceaccount_terraform_enc.yaml(SAterraform-encin namespacewoodpecker).