Exam 1z0-1072-24 Topic 3 Question 33 Discussion
Actual exam question for Oracle's 1z0-1072-24 exam
Question #: 33
Topic #: 3
Question #: 33
Topic #: 3
Which authentication option should you use to ensure third-party APIs communicate with OCI resources?
Suggested Answer: B Vote an answer
When ensuring that third-party APIs communicate securely with OCI resources, the appropriate authentication option isAPI Signing Key.
* API Signing Key: This method uses an RSA key pair to authenticate and sign API requests. The API signing key provides a secure and reliable way to ensure that the API requests to OCI are coming from an authorized source. It is commonly used for programmatic access to OCI services.
* Other Options:
* SSH Key Pair: Primarily used for secure shell access to compute instances, not for API authentication.
* Auth Tokens: Typically used for authentication in environments where APIs don't support the API Signing Key, such as OCI CLI or SDKs.
* OCI Username and Password: Generally used for the Console login, not for securing API communications.
* Relevant OCI Documentation:
* API Signing Key Authentication
This documentation provides details on using API Signing Keys for secure API communication in OCI.
* API Signing Key: This method uses an RSA key pair to authenticate and sign API requests. The API signing key provides a secure and reliable way to ensure that the API requests to OCI are coming from an authorized source. It is commonly used for programmatic access to OCI services.
* Other Options:
* SSH Key Pair: Primarily used for secure shell access to compute instances, not for API authentication.
* Auth Tokens: Typically used for authentication in environments where APIs don't support the API Signing Key, such as OCI CLI or SDKs.
* OCI Username and Password: Generally used for the Console login, not for securing API communications.
* Relevant OCI Documentation:
* API Signing Key Authentication
This documentation provides details on using API Signing Keys for secure API communication in OCI.
by Prima at Jan 22, 2025, 04:08 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).