trinodb / charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OAUTH2 and PASSWORD authentification - some resources not created

SBatais opened this issue · 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

commented

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