Vault Resolver Token Setting

Flyway Enterprise

Description

The Vault token required to access your secrets.

Type

String

Default

none

Usage

Flyway Desktop

This can't be set in a config file via Flyway Desktop, although it will be honoured, and it can be configured as an advanced parameter in operations on the Migrations page.

Command-line

./flyway info -environments.development.resolvers.vault.token="abc.1234567890"

TOML Configuration File

[environments.development.resolvers.vault]
token = "abc.1234567890"

Didn't find what you were looking for?