Skip to content

Commit e008fad

Browse files
authored
Change link to api_keys.ipynb with instruction using OCI approach (#220)
1 parent e71e398 commit e008fad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/source/user_guide/cli/authentication.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ You can choose to use the resource principal to authenticate while using the Acc
3737

3838
Use API Key setup when you are working from a local workstation or on platform which does not support resource principals.
3939

40-
This is the default method of authentication. You can also authenticate as your own personal IAM user by creating or uploading OCI configuration and API key files inside your notebook session environment. The OCI configuration file contains the necessary credentials to authenticate your user against the model catalog and other OCI services like Object Storage. The example notebook, `api_keys.ipynb` demonstrates how to create these files.
41-
42-
You can follow the steps in `api_keys.ipynb <https://github.com/oracle-samples/oci-data-science-ai-samples/blob/master/notebook_examples/api_keys.ipynb>`_ for step by step instruction on setting up API Keys.
40+
This is the default method of authentication. You can also authenticate as your own personal IAM user by creating or uploading OCI configuration and API key files inside your notebook session environment. The OCI configuration file contains the necessary credentials to authenticate your user against the model catalog and other OCI services like Object Storage. You can create this file using a setup dialog or manually using a text editor. See `Setting up the Configuration File <https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliinstall.htm#configfile>`_ for steps to follow.
4341

4442
.. note::
4543
If you already have an OCI configuration file (``config``) and associated keys, you can upload them directly to the ``/home/datascience/.oci`` directory using the JupyterLab **Upload Files** or the drag-and-drop option.

0 commit comments

Comments
 (0)