charts
charts copied to clipboard
OAUTH2 and PASSWORD authentification - some resources not created
Hello
I would like to enable both OAUTH2 and PASSWORD authentifications I'm using the helm chart version 0.17.0 I have the following custom values :
server:
config:
authenticationType: OAUTH2,PASSWORD
auth:
passwordAuthSecret: "trino-password-authentication"
When I do a helm tempate with the custom values, the section 'password-authenticator.properties' is not created in the configmap trino-coordinator, and the password-volume is not created in the deployment trino-coordinator. I think that it's a bug.
Thanks in advance for your help
I think this is the same issue being discussed in #108