devops shyam
devops shyam

Reputation: 11

Does Flyway support kerberos authentication?

How to connect to oracle cloud services through flyway using kerberos authentication ?

Upvotes: 1

Views: 405

Answers (1)

Julia Hayward
Julia Hayward

Reputation: 2155

Flyway v7 does support Kerberos in the paid (Teams) edition. There are two configuration parameters that you can set in flyway.conf:

flyway.oracle.kerberosConfigFile=<location of krb5.conf>
flyway.oracle.kerberosCacheFile=<optional location of credential cache>

and this should be sufficient to connect to an Oracle instance that has been configured to use the relevant Kerberos service. If you are on the community edition, you are welcome to download a free trial licence key for the Teams edition to determine if it meets your need.

Upvotes: 1

Related Questions