charts icon indicating copy to clipboard operation
charts copied to clipboard

Support multiple authentication types

Open viktor-legachev-quantori opened this issue 1 year ago • 3 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

philicious avatar Jan 23 '24 23:01 philicious

ah, its being fixed in https://github.com/trinodb/charts/pull/124

philicious avatar Jan 23 '24 23:01 philicious

@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.