Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

Encrypted passwrods per environment

$
0
0
Is it possible to use maven encrypted files in a liquibase properties file and have maven decrypt them during runtime? I tried adding an encrypted password to a properties file and it doesn't correctly decrypt it.

eg:
  1. password: {uq15QwM5GrUHf8afjGiJjHRg2CFQbrx+tovHSt2sATM=}
 Gives the error:

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.liquibase:liquibase-maven-plugin:3.0.5:update (******) on project db-update: Error setting up or running Liquibase: java.sql.SQLException: ORA-01017: invalid username/password; logon denied



Viewing all articles
Browse latest Browse all 2993

Trending Articles