From 2fe3f4c6c24c8fb9f369177897c2923bb253b487 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 3 Feb 2015 16:52:36 +0100 Subject: [PATCH] doc: Add "Upgrading to Icinga Web 2 Beta 2" --- doc/installation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/installation.md b/doc/installation.md index 170199832..e506b921b 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -108,3 +108,16 @@ In case you do not remember the token you can show it using the `icingacli`: **Step 5: Web Setup** Visit Icinga Web 2 in your browser and complete installation using the web setup: /icingaweb2/setup + +## Upgrading to Icinga Web 2 Beta 2 + +Icinga Web 2 Beta 2 introduces access control based on roles for secured actions. If you've already set up Icinga Web 2, +you are required to create the file **roles.ini** beneath Icinga Web 2's configuration directory with the following +content: +```` +[administrators] +users = "your_user_name, another_user_name" +permissions = "*" +```` + +After please log out from Icinga Web 2 and log in again for having all permissions granted.