charts icon indicating copy to clipboard operation
charts copied to clipboard

OAUTH2 and PASSWORD authentification - some resources not created

Open SBatais opened this issue 1 year ago • 1 comments

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

SBatais avatar Feb 02 '24 08:02 SBatais

I think this is the same issue being discussed in #108

huw0 avatar Mar 26 '24 08:03 huw0