Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

GoodData Users Provisioning

The example repository of users provisioning. Users are maintained in Auth0, and provisioned to GoodData. You can find the details in the script gooddata_oidc_provisioning.py.

Setup Virtual Environment

# Create virtual env
$ python -m virtualenv venv
# Activate virtual env
$ source venv/bin/activate
# You should see a `(venv)` appear at the beginning of your terminal prompt indicating that you are working inside the `virtualenv`.
# Deactivate virtual env once you are done
$ deactivate

Install Dependencies

$ pip install -r requirements.txt

Setup Environment Variables

export AUTH0_DOMAIN=''
export AUTH0_CLIENT_ID=''
export AUTH0_SECRET=''
export GOODDATA_HOST=''
export GOODDATA_TOKEN=''
export GOODDATA_WORKSPACE_ID=''

About

GoodData and provisioning

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages