Keep client CAs as a K8s ConfigMap.
The CAs used to verify clients are not secrets and can be committed to the repository as K8s ConfigMaps. This updates the config to include them.
This commit is contained in:
@@ -69,12 +69,9 @@ spec:
|
||||
path: atst-overrides.ini
|
||||
mode: 0644
|
||||
- name: nginx-client-ca-bundle
|
||||
secret:
|
||||
secretName: nginx-client-ca-bundle
|
||||
items:
|
||||
- key: client-ca-bundle.pem
|
||||
path: client-ca-bundle.pem
|
||||
mode: 0666
|
||||
configMap:
|
||||
name: nginx-client-ca-bundle
|
||||
defaultMode: 0666
|
||||
- name: nginx-config
|
||||
configMap:
|
||||
name: atst-nginx
|
||||
|
1359
deploy/minikube/nginx-client-ca-bundle.yml
Normal file
1359
deploy/minikube/nginx-client-ca-bundle.yml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user