PROFESSIONAL-CLOUD-DEVOPS-ENGINEER · Question #184
Your company runs an ecommerce business. The application responsible for payment processing has structured JSON logging with the following schema: Capture and access of logs from the payment…
The correct answer is B. Apply a jsonPayload.user_email restricted field to the _Default bucket. Grant the Log Field. By applying a restricted field for jsonPayload.user_email, you can control who has access to this specific piece of information in your logs. Granting the Log Field Accessor role to the security team ensures that only authorized personnel can access the user_email field while…
Question
Options
- AApply the conditional role binding
- BApply a jsonPayload.user_email restricted field to the _Default bucket. Grant the Log Field
- CApply a jsonPayload.user_email exclusion filter to the _Default bucket.
- DModify the application to toggle inclusion of user_email when the LOG_USER_EMAIL
How the community answered
(32 responses)- A16% (5)
- B72% (23)
- C3% (1)
- D9% (3)
Explanation
By applying a restricted field for jsonPayload.user_email, you can control who has access to this specific piece of information in your logs. Granting the Log Field Accessor role to the security team ensures that only authorized personnel can access the user_email field while preventing the broader engineering team from
Topics
Community Discussion
No community discussion yet for this question.