You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this allows interactions from Hue as the hue kerberos principal hue/<machine>@<domain> matches the pattern but does not allow to use the trino-cli with AD users as the related principal username@<domain> does not match the pattern.
The current trino kerberos mapping rules are defined as follow
this allows interactions from Hue as the hue kerberos principal
hue/<machine>@<domain>matches the pattern but does not allow to use the trino-cli with AD users as the related principalusername@<domain>does not match the pattern.