shashwatsai commented on issue #7805: URL: https://github.com/apache/seatunnel/issues/7805#issuecomment-2405456276
> Hi @shashwatsai , set ` javax.security.auth.useSubjectCredsOnly` to `false` means the kerberos config you put into config not right? > > ``` > "kerberos_principal"="[email protected]" > "kerberos_keytab_path"="/home/root/service_user.keytab" > ``` > > Then, the jvm will rollback to search local kerberos ticket. Is my understanding correct? Currently javax.security.auth.useSubjectCredsOnly is set to false, it will look for local tickets, but if do ugi.doAs(), it attaches the security context of the subject till the action is running on any thread programatically, without configuration. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
