From b9519be477ca28d56a21c7456047130b6df721b5 Mon Sep 17 00:00:00 2001 From: Victor Roest Date: Fri, 29 Oct 2021 21:33:16 +0200 Subject: [PATCH] external-secrets: back to token again?? --- .../external-secrets/vault-secret-store.yaml | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/cluster/core/external-secrets/external-secrets/vault-secret-store.yaml b/cluster/core/external-secrets/external-secrets/vault-secret-store.yaml index e10a256..916d7e2 100644 --- a/cluster/core/external-secrets/external-secrets/vault-secret-store.yaml +++ b/cluster/core/external-secrets/external-secrets/vault-secret-store.yaml @@ -13,18 +13,18 @@ spec: # VaultAppRole authenticates with Vault using the # App Role auth mechanism # https://www.vaultproject.io/docs/auth/approle - # tokenSecretRef: - # name: "vault-secret-id" - # namespace: "external-secrets" - # key: "token" - appRole: - # Path where the App Role authentication backend is mounted - path: "approle" - # RoleID configured in the App Role authentication backend - roleId: "bb841a0e-45c1-9dab-36f0-f72647d6aff0" - # Reference to a key in a K8 Secret that contains the App Role SecretId - # (not commited in git) - secretRef: - name: "vault-secret-id" - namespace: "external-secrets" - key: "secret-id" + tokenSecretRef: + name: "vault-secret-id" + namespace: "external-secrets" + key: "token" + # appRole: + # # Path where the App Role authentication backend is mounted + # path: "approle" + # # RoleID configured in the App Role authentication backend + # roleId: "bb841a0e-45c1-9dab-36f0-f72647d6aff0" + # # Reference to a key in a K8 Secret that contains the App Role SecretId + # # (not commited in git) + # secretRef: + # name: "vault-secret-id" + # namespace: "external-secrets" + # key: "secret-id"