Skip to content

Commit 402d73b

Browse files
repo create
1 parent 3acf20d commit 402d73b

File tree

1 file changed

+1
-1
lines changed
  • app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions

1 file changed

+1
-1
lines changed

app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This example is based on the <a href="../java-helloworld-with-local-dev-and-oci-
5555
To do the OCI SDK authentication and authorization to use the GenAI services the function uses two options:
5656
<ul>
5757
<li>IAM regular <b>user auth</b> for the local dev and test on mac</li>
58-
<li><b>InstancePrincipal</b> auth for the function byt passing OCI Function config key <code>AUTH_INSTANCE_PRINCIPAL</code> with any value (not being null)</li>
58+
<li><b>InstancePrincipal</b> auth for the OCI Function by passing config key <code>AUTH_INSTANCE_PRINCIPAL</code> with any value (then not being null)</li>
5959
</ul>
6060

6161
<p>

0 commit comments

Comments
 (0)