Hisoka-X commented on issue #7805:
URL: https://github.com/apache/seatunnel/issues/7805#issuecomment-2404880353
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?
--
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]