Skip to content

Commit

Permalink
update authentication docu for new configuration of binderhub
Browse files Browse the repository at this point in the history
  • Loading branch information
bitnik committed Nov 12, 2018
1 parent 898c5f5 commit 6828957
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doc/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ In order to enable authentication, you need to add the following into BinderHub

.. code:: yaml
baseUrl: /services/binder/
config:
BinderHub:
auth_enabled: true
base_url: /services/binder/
#service:
# type: ClusterIP
Expand All @@ -21,7 +25,6 @@ In order to enable authentication, you need to add the following into BinderHub
binder:
#url: "http://<external ip of binder service>"
oauth_client_id: "binder-oauth-client-test"
oauth_redirect_uri: ??
auth: {}
Expand Down Expand Up @@ -82,6 +85,9 @@ on JupyterHub:

.. code:: yaml
config:
BinderHub:
use_named_servers: true
jupyterhub:
hub:
allowNamedServers: true
Expand Down

0 comments on commit 6828957

Please sign in to comment.