Add optional UpstreamAuthority (#79)

Co-authored-by: Marco Franssen <[email protected]>
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Ken Huffman
2023-02-18 13:04:08 +01:00
committed by Marco Franssen
co-authored by Marco Franssen
parent ddf4be3d3d
commit ce86fb97e1
4 changed files with 43 additions and 0 deletions
+12
View File
@@ -84,6 +84,11 @@ server:
topologySpreadConstraints: []
caSecretStorage:
enabled: false
path: /conf/server/
secretName: "csi-driver-spiffe-ca"
config:
logLevel: info
socketPath: /run/spire/server-sockets/spire-server.sock
@@ -94,6 +99,13 @@ server:
organization: Example
common_name: example.org
upstreamAuthority:
disk:
enabled: false
certFilePath: /conf/server/tls.crt
keyFilePath: /conf/server/tls.key
bundleFilePath: ""
agent:
image:
# registry: gcr.io