forbid using revoked or expired certs

This commit is contained in:
Stavros kois
2023-01-26 13:49:25 +02:00
parent 068eca4d3c
commit bcbbbc2e41
6 changed files with 2 additions and 144 deletions
-8
View File
@@ -38,10 +38,6 @@ scaleCerts:
certPath: /some/path/in/the/container/crt.key
# Optional, If populated, it will mount the private key in the container's path
keyPath: /some/path/in/the/container/key.key
# Optional, Allow the use of revoked certs, even if is not allowed globally
useRevoked: false
# Optional, Allow the use of expired certs, even if is not allowed globally
useExpired: false
```
---
@@ -81,8 +77,4 @@ scaleCertsList:
certPath:
# Optional
keyPath:
# Optional
useRevoked: false
# Optional
useExpired: false
```
-4
View File
@@ -11,10 +11,6 @@
# If not defined on per pod or in ixChartContext, assume this.
# Empty means NO runtimeClassName
runtimeClassName: ""
# If not defined on the the cert item, assume this
useRevokedCerts: false
# If not defined on the the cert item, assume this
useExpiredCerts: false
# If not defined on the pod, assume this
dnsPolicy: ClusterFirst
# If no restart Policy is defined, assume this