Redgate Summit – The Database DevOps Transformation Watch now
PASS Data Community Summit logo

PASS Data Community Summit

A hybrid conference in Seattle and online

15-18 November

Flyway Documentation

This documentation site is not updated. The new documentation can now be found on documentation.red-gate.com

Poll

Kerberos Config File

Flyway Teams

Description

The path to the your Kerberos configuration file (e.g. krb5.ini) for use in Kerberos authentication.

Usage

Commandline

./flyway -kerberosConfigFile="/path/to/krb5.ini" info

Configuration File

flyway.kerberosConfigFile=/path/to/krb5.ini

Environment Variable

FLYWAY_KERBEROS_CONFIG_FILE=/path/to/krb5.ini

API

Flyway.configure()
    .kerberosConfigFile("/path/to/krb5.ini")
    .load()

Gradle

flyway {
    kerberosConfigFile = '/path/to/krb5.ini'
}

Maven

<configuration>
    <kerberosConfigFile>/path/to/krb5.ini</kerberosConfigFile>
</configuration>