-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Labels
Description
Summary
Continuing on from #6978, we should also add a config to provide a custom root CA, (rather than encouraging users to blindly trust all certs).
Here is an example config:
apiVersion: v1
kind: ConfigMap
metadata:
name: workflow-controller-configmap
namespace: argo
data:
sso: |
...
## `rootCaFile` is just an example name
rootCaFile: "/etc/oauth2-proxy/certs/ca.crt"Message from the maintainers:
Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
tsabsch, spisakja, gaeljw, Simple-Analysis, ArteMisc and 2 more