The location of the krb5cc_<UID>
credential cache file for use in Kerberos authentication. This is optional,
and only has any significance when kerberosConfigFile
is also specified. It may assist performance.
./flyway -oracle.kerberosCacheFile="/temp/krb5cc_123" info
flyway.oracle.kerberosCacheFile=/temp/krb5cc_123
FLYWAY_ORACLE_KERBEROS_CACHE_FILE=/temp/krb5cc_123
Flyway.configure()
.oracleKerberosCacheFile("/temp/krb5cc_123")
.load()
flyway {
oracleKerberosCacheFile = '/temp/krb5cc_123'
}
<configuration>
<oracleKerberosCacheFile>/temp/krb5cc_123</oracleKerberosCacheFile>
</configuration>