Commandline: Add -n flag to suppress credentials prompt #1477
Labels
Milestone
Comments
axelfontaine
added a commit
to flyway/flywaydb.org
that referenced
this issue
Jan 31, 2017
pradheeps
pushed a commit
to pradheeps/flyway
that referenced
this issue
Mar 7, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Flyway are you using?
4.0.3
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin, SBT plugin, ANT tasks)
Command-line
What database are you using (type & version)?
postgres, mysql
What operating system are you using?
linux
What did you do?
(Please include the content causing the issue, any relevant configuration settings, and the command you ran)
Using a valid jdbc connection uri that includes a username and password to connect to the database, such as:
Results in prompt for username/password
What did you expect to see?
No prompt for username/password, with the jdbc connection params used for authentication
What did you see instead?
Username/password prompts on STDIN
This worked on v3.0 and I'm trying to upgrade to v4 and ran into this issue. It looks like the following commits are relevant:
a2d1941
0e1905e
The text was updated successfully, but these errors were encountered: