Skip to content

Commit 9718484

Browse files
committed
remove all references to Gitlab Personal Access Tokens
Signed-off-by: Lance Drane <dranelt@ornl.gov>
1 parent f790074 commit 9718484

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# container for CI/CD or development - NOT meant to be an extensible Docker image with the installed package
22

3-
ARG REPO=code.ornl.gov:4567/rse/images/
3+
ARG REPO=
44

55
# use this stage for development
66
FROM ${REPO}python:3.8-slim as minimal

docs/installation.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ If you would like to run the examples, such as the :doc:`examples/hello-world` e
4040
Authenticating
4141
--------------
4242

43-
Some INTERSECT dependencies are stored on private package registries on code.ornl.gov; therefore, a personal access token is required for installation. Create a personal access token on the `Access Tokens page <https://code.ornl.gov/-/profile/personal_access_tokens>`_ in GitLab Preferences with ``read_api`` or ``api`` permissions then save the auto-generated key. This key is only displayed immediately after generating it, so be sure to save it (otherwise a new token will need to be generated).
43+
NOTE: This currently only applies for utilizing prebuilt images, and is only temporary.
4444

45-
For the Docker containers, you need to login to the GitLab Container registry using the command shown below. Then sign in with your UCAMS or XCAMS credentials.
45+
If you want to utilize the prebuilt INTERSECT-SDK Docker container, you need to login to the GitLab Container registry using the command shown below. Then sign in with your UCAMS or XCAMS credentials.
4646

4747
.. code-block:: bash
4848
@@ -62,11 +62,10 @@ Note that this configuration is meant for testing, and should not be included in
6262

6363
.. literalinclude:: ../docker-compose.yml
6464

65-
From the repository root, run the backing services using the Docker commands shown below. See the previous section regarding authentication for the login command.
65+
From the repository root, run the backing services using the Docker commands shown below.
6666

6767
.. code-block:: bash
6868
69-
docker login code.ornl.gov:4567
7069
# if you are copypasting from this website instead of running from the repository root, you should make sure you copy the contents into docker-compose.yml.
7170
docker compose up -d
7271

0 commit comments

Comments
 (0)