Icinga / docker-icingadb

GNU General Public License v2.0
3 stars 5 forks source link

Passwords should be case sensitive #18

Closed betonme closed 3 years ago

betonme commented 3 years ago

Using the .env and passwords with upper case letters will be converted to lower case letters.

For example: .env ICINGADB_MYSQL_PASSWORD=MYSECRET

leads to /etc/icingadb/config.ini

[mysql]
password = mysecret