A water-utility Oracle Function must read a Vault secret at runtime without embedding an IAM user key. Which approach follows the documented Functions path?
Select an answer to reveal the explanation.
Short Explanation
The Function becomes a named worker badge via a dynamic group; policy lets that badge read the secret; resource principal is how the badge signs the API call—no user PEM in the image.
Full Explanation
The documented Functions path is to match the function into a dynamic group, grant that group read on the secret family or a named secret, and retrieve with the OCI SDK resource-principal signer. The password must not be an application config key and must not be an IAM user PEM packaged into OCIR.