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: app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ This example is based on the <a href="../java-helloworld-with-local-dev-and-oci-
55
55
To do the OCI SDK authentication and authorization to use the GenAI services the function uses two options:
56
56
<ul>
57
57
<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>
0 commit comments