-
Notifications
You must be signed in to change notification settings - Fork 63
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
Documentation/example for "trusted_certificate_authority" #121
Comments
can we convert this to a proposal wherein that value is a base 64 encoded value? i tried that initially and it didn't seem to like that |
did you ever figure this out? i took the ca that is used to secure our keycloak w/ https (from cert manager) its an escaped string with but i keep getting:
when I do a curl call with the same ca in a file, it seems to be ok with the token endpoint:
|
ok i think i finally got it...i think, for me what got past this was providing it the ca of keycloak's https endpoint. and in escaped string format w/ |
Can an example be provided detailing how exactly to reference a multi-line trusted CA using the
trusted_certificate_authority
option. There's no way to tell if it is an escaped string with\n
, a base-64 encoded value, or a pointer to a file that should be mounted into the container.We've tried most of the above with no luck.
The text was updated successfully, but these errors were encountered: