Skip to content

Commit b01a12a

Browse files
authored
Merge pull request #4 from thenodon/improve_logging
Improve logging
2 parents 1dcad10 + 0895d93 commit b01a12a

3 files changed

Lines changed: 187 additions & 98 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,14 @@ def mandatory_env_vars(self) -> Dict[str, str]:
4343
pass
4444
```
4545

46-
For the grafana integration the following 3 must exist and have valid values:
46+
For the grafana integration the following 3 must exist and have valid values, the rest are optional:
4747

48-
- GONB_GRAFANA_URL
48+
- GONB_GRAFANA_URL
4949
- GONB_GRAFANA_USER
5050
- GONB_GRAFANA_PASSWORD
5151
- GONB_GRAFANA_CREATE_ORGS - Will create organization(s) if not exists, default `False`
5252
- GONB_GRAFANA_ADMINS - will manage users Grafana admin rights, default `False`
53+
- GONB_GRAFANA_MAIN_ORG - allow management of Grafana `Main Org.`, default `False`
5354
- GONB_SSO_PROVIDER - specify if the provider is based on a IAM used for Grafana authentication, default `True`.
5455

5556
> If `GONB_SSO_PROVIDER` is True there is some updating operations that are not done by gonb, e.g. update a

0 commit comments

Comments
 (0)