Redgate Clone Resolver Authentication Token Setting
Published 15 January 2025
Description
The token required for authenticating with the Redgate Clone Server.
It is recommended to store this as a secret and resolve it using an appropriate property resolver.
Type
String
Default
none
Usage
Flyway Desktop
This can be set from the connection dialog for databases types supported by Redgate Clone.
Command-line
./flyway info -environments.development.resolvers.clone.authenticationToken='${localSecret.RedgateCloneToken}'
TOML Configuration File
[environments.development.resolvers.clone]
authenticationToken = "${localSecret.RedgateCloneToken}"