trinodb / charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support multiple authentication types

viktor-legachev-quantori opened this issue · comments

Trino supports multiple authentication types: https://trino.io/docs/current/security/authentication-types.html#multiple-authentication-types
Current chart oriented for single-valued auth type.

@viktor-legachev-quantori I assume you tried a combination of PASSWORD + sth else?
as only for PASSWORD I see the chart being limited to single-value https://github.com/search?q=repo%3Atrinodb%2Fcharts%20.Values.server.config.authenticationType&type=code

ah, its being fixed in #124

@philicious yes, you're right, I was talking about PASSWORD + sth else, OAUTH2 in my case.
Thank you for response, will take a look later.