Redgate Flyway

Flyway Kerberos Config File Setting

Flyway Teams

Description

The path to the your Kerberos configuration file (e.g. krb5.ini) for use in Kerberos authentication. If this is a relative path, it will be resolved relative to your working directory.

Note: This parameter does not apply to Native Connectors.

Type

String

Default

none

Usage

Command-line

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

TOML Configuration File

[flyway]
kerberosConfigFile = "/path/to/krb5.ini"

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>

This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved


Didn't find what you were looking for?