This commit is contained in:
2025-02-09 06:44:29 -06:00
parent 4f74f8d575
commit 435533502b
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: vault-issuer
namespace: sandbox
spec:
vault:
path: pki/sign/infra
server: https://vault.local
auth:
kubernetes:
role: vault-issuer-role
mountPath: /v1/auth/jwt-cluster001
serviceAccountRef:
name: vault-issuer

View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: issuer

View File

@@ -14,3 +14,4 @@ spec:
role: "external-secrets"
serviceAccountRef:
name: "vault"