Oracle Cloud Infrastructure 2022 Architect Professional — Question 28

You are developing a Serverless function for your company's IoT project. This function should access Oracle Cloud Infrastructure (OCI) Object Storage to store some files. You choose Oracle Functions to deploy this function on OCI. However, your security team doesn't allow you to carry any API Token or RSA Key to authenticate the function against the OCI API to access the Object Storage.
What should you do to get this function to access OCI Object Storage without carrying any static authentication files?

Answer options

Correct answer: B

Explanation

Option B is correct because it outlines the process to create a Dynamic Group and the necessary policy to allow access to OCI Object Storage without static credentials. The other options either suggest impractical solutions or do not address the requirement for dynamic access without static authentication files.