From bdcdcd1e25f4d5e65b9cc0769c025bf1e8779054 Mon Sep 17 00:00:00 2001 From: "Eric R. Rath" Date: Thu, 20 Apr 2023 10:20:33 -0700 Subject: [PATCH] Fix incorrect arg in Oracle OCI tutorial The recently-added support for Oracle's OCI IAM instance principal authentication included an incorrect arg name in the change to the Oracle tutorial. This changes the tutorial to specify the correct arg name. Thanks to joe.rosinski@oracle.com for spotting the problem. --- docs/tutorials/oracle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/oracle.md b/docs/tutorials/oracle.md index 2a204697e0..d7d385839e 100644 --- a/docs/tutorials/oracle.md +++ b/docs/tutorials/oracle.md @@ -60,7 +60,7 @@ E.g.: Allow dynamic-group to manage dns in compartment id ``` -You'll also need to add the `--oci-instance-principals=true` flag to enable +You'll also need to add the `--oci-auth-instance-principal` flag to enable this type of authentication. Finally, you'll need to add the `--oci-compartment-ocid=ocid1.compartment.oc1...` flag to provide the OCID of the compartment containing the zone to be managed.