gaborgsomogyi commented on PR #21128:
URL: https://github.com/apache/flink/pull/21128#issuecomment-1356122504

   I'm having vacation till end of the year but had a look to help here :)
   
   I've tested that the following works locally:
   ```
       @BeforeClass
       public static void setPropertiesToEnableKerberosConfigInit() throws 
KrbException {
           System.setProperty("java.security.krb5.realm", "EXAMPLE.COM");
           System.setProperty("java.security.krb5.kdc", "kdc");
           System.setProperty("java.security.krb5.conf", "/dev/null");
           sun.security.krb5.Config.refresh();
       }
   ```
   Hope now we can kick this trough😅


-- 
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]

Reply via email to