Skip to main content

A Grafana onboarding tool

Project description

Python application PyPI version

gonb - A Grafana onboarding tool

Overview

Gonb enable continues provisioning and configuration of Grafana based on an IAM source system. This includes the lifecycle of organizations, users and teams.

Users should authenticate using some SSO provider, but gonb us the same SSO IAM system to configure users into different Grafana organizations and teams. Gonb should be run using some scheduling tool to keep user in sync with the users definition in the IAM source.

A typical patterns supported are:

  • Map users in an IAM group to a corresponding organization.
  • Map users in an IAM group into an organization and team

In the later use case gonb also provide the creation of folders that are specific to a team. This support the model where different teams have their own folder to create dashboards and alerts separated from other teams.

The user model in the IAM system must be mapped to the Grafana model. The model include the objects for organization, team and user where teams and users are linked to an organization.

Features

  • Integration with different IAM solution using a provider pattern.
  • Multiple providers could operate against same Grafana instance, but should not operate on the same organization.
  • A user can belong to multiple organizations.
  • Automatic add and remove of user from organization(s) based on the lifecycle in the IAM.
  • Update users in Grafana if any attributes in the user's IAM "object" is changed, e.g. the role, email.
  • Create organization if they do not exist in Grafana, default false.
  • Automatic creation of team folder, folder with same name as team, if teams are created. Default folder permission for team is Editor.
  • Team member lifecycle in the same way as for users in organization
  • Manage permission for user with Grafana Admin (instance admin) rights. Default is false.
  • Create folders and one level of subfolder. Top folders and subfolders can have different permissions for teams.

Argument passing

The only way to pass arguments to gonb is by environment variables. Each provider must define their own and required environment variables, and they must be exposed by the interface method:

def mandatory_env_vars(self) -> Dict[str, str]:
    pass

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

  • GONB_GRAFANA_URL
  • GONB_GRAFANA_USER
  • GONB_GRAFANA_PASSWORD
  • GONB_GRAFANA_CREATE_ORGS - Will create organization(s) if not exists, default False
  • GONB_GRAFANA_ADMINS - will manage users Grafana admin rights, default False
  • GONB_GRAFANA_MAIN_ORG - allow management of Grafana Main Org., default False
  • GONB_GRAFANA_TEAM_FOLDER - create team folder, default True
  • GONB_SSO_PROVIDER - specify if the provider is based on a IAM used for Grafana authentication, default True.
  • GONB_GRAFANA_DELETE_EXTERNAL_AUTH_USERS - if set to True gonb will delete users that are not in the source system, but have been created just by Grafana through the auth process. Default is False. This options should typical only be used if all users are provisioned by gonb.

If GONB_SSO_PROVIDER is True there is some updating operations that are not done by gonb, e.g. update a user's name or email.

Develop a provider

A provider must implement the class gonb.provider.Provider and implement the following methods:

    def get_organisations(self) -> Dict[str, OrganizationDTO]:
    

    def mandatory_env_vars(self) -> Dict[str, str]:

If not implemented a NotImplementedError will be raised.

Please see examples in the directory json_gonb_provider, json_team_gonb_provider and okta_gonb_provider.

Both these example providers are part of gonb pip package https://pypi.org/project/gonb.

Running gonb

There are two ways you can use gonb. The first is to use it as package and build a provider. The other way is to let gonb execute the provider. In this case the provider must be a python package and the following environment variables must be set before gonb is executed:

  • GONB_PROVIDER_CLASS_PATH - the class name that is a subclass to Provider, e.g. json_gonb_provider.json_file.JSONFile where json_gonb_provider.json_file is the package part.

Gonb will dynamical load the module an instantiate the implemented Provider class. The second option enable building different providers as packages and use, e.g. pip to deploy dependency.

Of course, you can use both gonb and a provider as packages and build something totally new like web service that sync on external events.

Run the json provider example

The json file provider is just for testing.

git clone git@github.com:thenodon/gonb.git
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt

export GONB_GRAFANA_PASSWORD=xyz
export GONB_GRAFANA_URL=http://localhost:3000
export GONB_GRAFANA_USER=admin
export GONB_JSON_FILE=json_file_example/users.json;

# Set to true if organizations should be created if not existing
export GONB_GRAFANA_CREATE_ORGS=true

cp json_file_example/users_add.json json_file_example/users.json
python -m json_gonb_provider

# check your Grafana for results

System requirements

  • Python 3.8
  • Grafana 9 - tested on 9.3.6

Important notes

  • Password can be set by the provider, but should typical not since SSO would typical be used. The default is to set the password to a 30 character random string of a mix of characters, numbers and special characters.
  • The GONB_GRAFANA_USER must be a Grafana instance admin.
  • If the GONB_GRAFANA_USER do not exist in an organization that is to be managed, the user is added as an organization admin.

Future

  • Support for Grafana Enterprise options for RBAC and team sync groups

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gonb-0.6.1.tar.gz (28.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gonb-0.6.1-py3-none-any.whl (39.8 kB view details)

Uploaded Python 3

File details

Details for the file gonb-0.6.1.tar.gz.

File metadata

  • Download URL: gonb-0.6.1.tar.gz
  • Upload date:
  • Size: 28.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for gonb-0.6.1.tar.gz
Algorithm Hash digest
SHA256 ba59b5ba48ca608149ff40b8abac07c789cc3a928ae12f8fa18f50c3c8b99f66
MD5 7cb8484ca8e504ff41779b214a2cf9ed
BLAKE2b-256 5747f6ce7e24818b6dc4185fdc52ac857de6ecf009fb187964be454036b8c83e

See more details on using hashes here.

File details

Details for the file gonb-0.6.1-py3-none-any.whl.

File metadata

  • Download URL: gonb-0.6.1-py3-none-any.whl
  • Upload date:
  • Size: 39.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for gonb-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 69ca4932cffcd25453c9148c892303d3c58a979f0e46af857dc8c1fca09339d5
MD5 a6d814018f08b0bdb5aade4f35e54a35
BLAKE2b-256 279c074fab2537a7279b914c5cd386ef8c32ee02a6afcf4bed9f6c99a7186da8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page