Skip to content

Commit

Permalink
Fix wrong env var for OCI insights esc setup (#13481)
Browse files Browse the repository at this point in the history
  • Loading branch information
rquitales authored Dec 2, 2024
1 parent 690f55f commit 1a4cfbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/docs/pulumi-cloud/insights/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ The OCI scanner for Pulumi Cloud requires access to your Oracle Cloud account. T
* **OCI_FINGERPRINT**: Fingerprint for the key pair being used. See [How to Get the Key's Fingerprint](https://docs.oracle.com/iaas/Content/API/Concepts/apisigningkey.htm#four).
* **OCI_REGION**: The OCI region where your resources are located. See [Regions and Availability Domains](https://docs.oracle.com/iaas/Content/General/Concepts/regions.htm).
* **OCI_PRIVATE_KEY_PATH**: The private key is required to be listed as an ESC file. To create a private key and integrate it with ESC, see [How to Generate an API Signing Key](https://docs.oracle.com/iaas/Content/API/Concepts/apisigningkey.htm#two) and [how to upload the public key](https://docs.oracle.com/iaas/Content/API/Concepts/apisigningkey.htm#three)

Use the following ESC configuration to provide the required credentials:

```yaml
Expand All @@ -201,7 +202,7 @@ values:
OCI_TENANCY_OCID: "ocid1.tenancy.oc1..tenancyidnumbers"
OCI_USER_OCID: "user_ocid"
files:
OCI_PRIVATE_KEY: "PRIVATE_KEY_CONTENT"
OCI_PRIVATE_KEY_PATH: "<PRIVATE_KEY_CONTENT>"
```
Once the ESC environment is set up with the proper credentials, assign it to your insights account during the account creation phase.
Expand Down

0 comments on commit 1a4cfbc

Please sign in to comment.