Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ca cert location in web 'local' mode #898

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Conversation

bsquizz
Copy link
Contributor

@bsquizz bsquizz commented Nov 15, 2023

Although the ConfigMap is named 'openshift-service-ca.crt', the ca service cert is actually mounted at /cdapp/certs/service-ca.crt:

oc get configmap openshift-service-ca.crt -o yaml
apiVersion: v1
data:
  service-ca.crt: |+
    -----BEGIN CERTIFICATE-----

The 'default' web provider mode has this correct, the local web provider mode path needs to be changed.

@psav psav merged commit 8526928 into master Nov 15, 2023
6 checks passed
@psav psav deleted the fix_ca_cert_location branch February 20, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants