You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -662,10 +662,10 @@ The following example puts the logfile in the current location with the filename
662
662
663
663
The exporter will read the password from a secret stored in OCI Vault if you set these two environment variables:
664
664
665
-
- `VAULT_ID`should be set to the OCID of the OCI vault that you wish to use
666
-
- `VAULT_SECRET_NAME`should be set to the name of the secret in the OCI vault which contains the database password
665
+
- `OCI_VAULT_ID`should be set to the OCID of the OCI vault that you wish to use
666
+
- `OCI_VAULT_SECRET_NAME`should be set to the name of the secret in the OCI vault which contains the database password
667
667
668
-
Note that the process must be running under a user that has the OCI CLI installed and configured correctly to access the desired tenancy and region.
668
+
> Note that the process must be running under a user that has the OCI CLI installed and configured correctly to access the desired tenancy and region. The OCI Profile used is `DEFAULT`.
0 commit comments