Open
Description
Describe the bug
KerberosClient has a feature to refresh expiring TGTs, but this seems to work only for MemoryTicketCache
. When using Krb5TicketCache
TGT is not getting refreshed.
To Reproduce
Switch cache to Krb5TicketCache
Expected behavior
TGT gets refreshed regardless of ticket cache being used