quaint-night-91771
07/13/2023, 11:18 AMError: [AUTH_CONTEXT_SETUP_FAILED] Error creating oidc provider w/ issuer [<https://keycloak.XXX.XXX.XXX/realms/XXX>], caused by: Get "<https://keycloak.XXX.XXX.XXX/realms/XXX/.well-known/openid-configuration>": x509: certificate signed by unknown authority
We are using our own internal PKI infrastructure. How can I get Flyte to trust our internal CA ?quaint-night-91771
07/13/2023, 1:26 PMflyteadmin:
additionalVolumes:
- name: ca-pemstore
configMap:
name: ca-pemstore
additionalVolumeMounts:
- name: ca-pemstore
mountPath: /etc/ssl/certs/devmlearn.pem
subPath: devmlearn.pem
readOnly: false
average-finland-92144
07/13/2023, 2:23 PM