Skip to content

Commit 74f484c

Browse files
committed
docs: Delete apiToken setup steps
1 parent 9a871c5 commit 74f484c

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

doc/zero-to-binderhub/setup-binderhub.rst

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,11 @@ the container registry. For more information on getting a registry password, see
2727
:ref:`setup-registry`. We'll copy/paste the contents of this file in the steps
2828
below.
2929

30-
Create two random tokens by running the following commands then copying the
31-
outputs.::
32-
33-
openssl rand -hex 32
34-
openssl rand -hex 32
35-
36-
.. note::
37-
38-
This command is run **twice** because we need two different tokens.
39-
4030
Create ``secret.yaml`` file
4131
---------------------------
4232

43-
Create a file called ``secret.yaml`` and add the following::
44-
45-
jupyterhub:
46-
hub:
47-
services:
48-
binder:
49-
apiToken: "<output of FIRST `openssl rand -hex 32` command>"
50-
proxy:
51-
secretToken: "<output of SECOND `openssl rand -hex 32` command>"
52-
53-
Next, we'll configure this file to connect with our registry.
33+
Create a file called ``secret.yaml``, we'll set sensitive values to pass to our
34+
Helm chart in this file.
5435

5536
If you are using ``gcr.io``
5637
~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)