doc: Add "Upgrading to Icinga Web 2 Beta 2"
This commit is contained in:
parent
49e96b7200
commit
2fe3f4c6c2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue