Icinga / docker-icinga2

Official Icinga 2 Docker images
GNU General Public License v2.0
66 stars 30 forks source link

Password for Webinterface #75

Closed Its-egner closed 2 years ago

Its-egner commented 2 years ago

There is a Basic authentication for the Webinterface, what are the Credentials? I couldnt find it anywhere.

julianbrost commented 2 years ago

If by basic auth, you mean HTTP basic auth (i.e. browser renders a login window), that shouldn't be coming from our Docker images. If you mean the Icinga Web 2 login page, the credentials depend on the environment variables you use to start that container, see the README:

    -e icingaweb.passwords.icingaweb2.icingaadmin=123456 \

That would create the user icingaadmin with password 123456.