Alexander Sarson
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 ?flyteadmin:
additionalVolumes:
- name: ca-pemstore
configMap:
name: ca-pemstore
additionalVolumeMounts:
- name: ca-pemstore
mountPath: /etc/ssl/certs/devmlearn.pem
subPath: devmlearn.pem
readOnly: false
David Espejo (he/him)
07/13/2023, 2:23 PM