Skip to content

Commit

Permalink
Add password hiding tip
Browse files Browse the repository at this point in the history
  • Loading branch information
timp committed Apr 2, 2012
1 parent 58c533a commit 6388009
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/site/apt/faq.apt
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,11 @@ but it keeps crashing on me.

Sure. Just use the <<<\<cssStylesheet\>>>> configuration option. The default one
is called schemaSpy.css, and can be found bundled in the plugin JAR (in the resources
directory). You can also check it out online in the Subversion repository.
directory). You can also check it out online in the Subversion repository.

* The SchemaSpy plugin is logging my database password, so exposing it in Jenkins logs. Can I hide it?

The way to do this is to put the database connection details in a separate file
of key=value pairs containing a password=mypassword entry and a user=myUser entry.
Point to that file with the -connprops option.

0 comments on commit 6388009

Please sign in to comment.