You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am playing around with Docs currently and have a demo setup (vagrant-libvirt based), that is almost working.
The only thing currently blocking me are the self-signed certificates used for keycloak and docs. As the helm chart does not currently support mounting secrets as extraVolumes (#1866), I cannot mount the cert-manager ca automatically and thus I get errors in the backend pod.
The values for the example installation mentions something called ssl_verify, but I found no hint on whether or not it is possible to set this (and if, how)?.
Currently it looks like I can either wait for the secret mounting to be implemented or refactor the setup to not use cert-manager, but to create the ca manually and inject it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
I am playing around with Docs currently and have a demo setup (vagrant-libvirt based), that is almost working.
The only thing currently blocking me are the self-signed certificates used for keycloak and docs. As the helm chart does not currently support mounting secrets as extraVolumes (#1866), I cannot mount the cert-manager ca automatically and thus I get errors in the backend pod.
The values for the example installation mentions something called
ssl_verify, but I found no hint on whether or not it is possible to set this (and if, how)?.Currently it looks like I can either wait for the secret mounting to be implemented or refactor the setup to not use cert-manager, but to create the ca manually and inject it.
Any other ideas?
Kind Regards,
Johannes
Beta Was this translation helpful? Give feedback.
All reactions