external-secrets: back to approle

This commit is contained in:
Vivian 2021-10-29 22:44:40 +02:00
parent 77ca28d27b
commit 9c2c5da57a
No known key found for this signature in database
GPG key ID: A3923C699D1A3BDA

View file

@ -13,18 +13,14 @@ spec:
# VaultAppRole authenticates with Vault using the # VaultAppRole authenticates with Vault using the
# App Role auth mechanism # App Role auth mechanism
# https://www.vaultproject.io/docs/auth/approle # https://www.vaultproject.io/docs/auth/approle
tokenSecretRef: appRole:
name: "vault-secret-id" # Path where the App Role authentication backend is mounted
namespace: "external-secrets" path: "approle"
key: "token" # RoleID configured in the App Role authentication backend
# appRole: roleId: "bb841a0e-45c1-9dab-36f0-f72647d6aff0"
# # Path where the App Role authentication backend is mounted # Reference to a key in a K8 Secret that contains the App Role SecretId
# path: "approle" # (not commited in git)
# # RoleID configured in the App Role authentication backend secretRef:
# roleId: "bb841a0e-45c1-9dab-36f0-f72647d6aff0" name: "vault-secret-id"
# # Reference to a key in a K8 Secret that contains the App Role SecretId namespace: "external-secrets"
# # (not commited in git) key: "secret-id"
# secretRef:
# name: "vault-secret-id"
# namespace: "external-secrets"
# key: "secret-id"