From 36310387e0838f93770a35e5534d39f35519f1e2 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Wed, 14 May 2025 20:44:41 +0400 Subject: [PATCH] Update oci-auth.mdx --- docs/documentation/platform/identities/oci-auth.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/documentation/platform/identities/oci-auth.mdx b/docs/documentation/platform/identities/oci-auth.mdx index 6725260f5..ef5fafa4c 100644 --- a/docs/documentation/platform/identities/oci-auth.mdx +++ b/docs/documentation/platform/identities/oci-auth.mdx @@ -77,6 +77,11 @@ In order to sign requests, you must have an OCI user with credentials such as th Click on 'Add API key' and then download or import the private key. After you've obtained the private key, click 'Add'. ![Add API Key](/images/app-connections/oci/add-api-key.png) + + + At the end of the downloaded private key file, you'll see `OCI_API_KEY`. This is not apart of the private key, and should not be included when you use the private key to sign requests. + + After creating the API key, you'll be shown a modal with relevant information. Save the highlighted values (and the private key) for later steps.