view web/war/src/main/webapp/WEB-INF/web.auth @ 1663:b1d484174d5a

CVE-2015-3201: world-readable configuration file containing credentials Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2015-May/013712.html PR 2372 PR 2374
author Omair Majid <omajid@redhat.com>
date Wed, 20 May 2015 14:40:55 -0400
parents
children
line wrap: on
line source

# Credentials to use for connecting to the backing storage
# (currently mongodb). Uncomment the following two blocks in
# order to use this username/password for the connection.

# Username to use for connecting to the backing storage
# implementation
${web.war.backingstorage.username.snippet}

# Password to use for connecting to the backing storage
# implementation
${web.war.backingstorage.password.snippet}