fabricauthenticator 0.0.9
pip install fabricauthenticator==0.0.9
Newer version available (1.3.4)
Released:
Fabric Authenticator for Jupyterhub
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: Erica Fu, Komal Thareja
- Requires: Python >=3.6
Classifiers
- License
- Operating System
- Programming Language
Project description
Fabric Authenticator for Jupyterhub
The authenticator for Fabric Testbed Jupyterhub Based on CILogon authentication, in addition it checks if user belongs to Fabric JUPYTERHUB COU group
Usage
If using dockerspawner:
In jupyter_config.py:
import fabricauthenticator
c.JupyterHub.authenticator_class = 'fabricauthenticator.FabricAuthenticator'
c.Authenticator.enable_auth_state = True
# set the OIDC client info in following CILogon configuration
c.CILogonOAuthenticator.client_id = ""
c.CILogonOAuthenticator.client_secret = ""
c.CILogonOAuthenticator.oauth_callback_url = "<host>/hub/oauth_callback"
if using KubeSpawner
in config.yaml:
hub:
extraConfig:
authconfig: |
c.Authenticator.enable_auth_state = True
c.CILogonOAuthenticator.client_id = ""
c.CILogonOAuthenticator.client_secret = ""
c.CILogonOAuthenticator.oauth_callback_url = "<host>/hub/oauth_callback"
auth:
type: custom
custom:
className: fabricauthenticator.FabricAuthenticator
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: Erica Fu, Komal Thareja
- Requires: Python >=3.6
Classifiers
- License
- Operating System
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fabricauthenticator-0.0.9.tar.gz
.
File metadata
- Download URL: fabricauthenticator-0.0.9.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7dc4c3cf47f113283e034274b1c64a6bbb71de18d6accb00d09e405c90fbb441
|
|
MD5 |
35b605de2479c29c2fc4b0f4d926e602
|
|
BLAKE2b-256 |
fa4716643162ff10bff8c1fd38ae986dcf26d7f7901d77c415aa749850ac1e97
|
File details
Details for the file fabricauthenticator-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: fabricauthenticator-0.0.9-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c78f2b15c9ff8a5eb06404d859c2f6f836153ac239fe0a449bdb27a608d967f6
|
|
MD5 |
6bbd07063cc82bf8bcf9be4ceb4f8675
|
|
BLAKE2b-256 |
2665e676bbfd125a78a99da8387b4ea74845c37a3920b042facf8c16f4769f13
|