From 3b039aa3964946a8f880ad92e8f2a7e8817438d2 Mon Sep 17 00:00:00 2001 From: Hysun He Date: Tue, 5 Nov 2024 11:00:33 +0800 Subject: [PATCH 1/2] [docs]: OCI key_file path clarrification --- docs/source/getting-started/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/getting-started/installation.rst b/docs/source/getting-started/installation.rst index cf6115ee9e8..6b7c2b1abbb 100644 --- a/docs/source/getting-started/installation.rst +++ b/docs/source/getting-started/installation.rst @@ -264,6 +264,7 @@ The :code:`~/.oci/config` file should contain the following fields: fingerprint=aa:bb:cc:dd:ee:ff:gg:hh:ii:jj:kk:ll:mm:nn:oo:pp tenancy=ocid1.tenancy.oc1..aaaaaaaa region=us-sanjose-1 + # Note that we should avoid using full home path for the key_file configuration, e.g. use `~/.oci` instead of `/home/username/.oci` key_file=~/.oci/oci_api_key.pem From d07a34c80d337575ea66457e825d363190517c38 Mon Sep 17 00:00:00 2001 From: Hysun He Date: Tue, 5 Nov 2024 11:34:34 +0800 Subject: [PATCH 2/2] Update installation.rst --- docs/source/getting-started/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting-started/installation.rst b/docs/source/getting-started/installation.rst index 6b7c2b1abbb..69303a582e2 100644 --- a/docs/source/getting-started/installation.rst +++ b/docs/source/getting-started/installation.rst @@ -264,7 +264,7 @@ The :code:`~/.oci/config` file should contain the following fields: fingerprint=aa:bb:cc:dd:ee:ff:gg:hh:ii:jj:kk:ll:mm:nn:oo:pp tenancy=ocid1.tenancy.oc1..aaaaaaaa region=us-sanjose-1 - # Note that we should avoid using full home path for the key_file configuration, e.g. use `~/.oci` instead of `/home/username/.oci` + # Note that we should avoid using full home path for the key_file configuration, e.g. use ~/.oci instead of /home/username/.oci key_file=~/.oci/oci_api_key.pem