Open vishalya opened 1 year ago
cc: @dain
The UI only supports a single authentication method. It is possible to support multiple authentication systems, but it would require some changes... it isn't hard but likely a few days worth of work.
Would be great if this multiple web ui authentication is supported!
i notice this simply installs single module in code
would changing it to code below work as simple? https://github.com/trinodb/trino/blob/master/core/trino-main/src/main/java/io/trino/server/security/ServerSecurityModule.java#L56-L95
The api server supports mulitple authentication types e.g. The config for the api could be
But the config for the web-ui can support only one type of the authentication. It should follow the same pattern as api
With the above web-ui config coordinator fails to start with the following error -