Allow to use external created secret

Signed-off-by: Marco Franssen <[email protected]>
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-18 13:04:09 +01:00
committed by Marco Franssen
parent 786c6a5d89
commit 93156bf904
6 changed files with 34 additions and 14 deletions
+10 -3
View File
@@ -97,9 +97,16 @@ server:
upstreamAuthority:
disk:
enabled: false
certificate: ""
key: ""
bundle: ""
secret:
# -- If disabled requires you to create a secret with the given keys yourself.
create: true
# -- If secret creation is disabled will look for a secret with this name.
name: "spiffe-upstream-ca"
# -- If secret creation is enabled will create a secret with following certificate info
data:
certificate: ""
key: ""
bundle: ""
agent:
image: