跳转到主要内容

Apache Custos Jupyterhub 认证器

项目描述

Apache Custos Jupyterhub 认证器

Apache Custos Jupyterhub 认证器提供基于CILogon的联合认证,为Jupyterhub服务。此外,它还提供访问Custos IAM解决方案,例如

  • 细粒度授权

  • 密钥管理

  • 服务帐户等。

更多信息: https://airavata.apache.org/custos/

文件夹结构

  • custosauthenticator

    包含用于连接到Custos OAuth服务的oidc插件

配置

将以下配置添加到Jupyter Hub的helm图表配置(values.yaml)中。您需要从Custos门户请求租户才能开始

Hub配置

hub:
 config:
   CustosOAuthenticator:
     client_id: CHANGE_ME
     client_secret: CHANGE_ME
     oauth_callback_url: https://<jupyter_host>/hub/oauth_callback
     custos_host: custos.scigap.org      
   JupyterHub:     
     authenticator_class: custosauthenticator.custos.CustosOAuthenticator 

项目详情


下载文件

为您的平台下载文件。如果您不确定选择哪个,请了解更多关于 安装包 的信息。

源分布

此版本没有可用的源分布文件。请参阅 生成分布存档的教程

构建分布

由以下组织支持