Hi everyone,
I have enabled a Cloud Armor security policy with a throttle rule based on Custom Authorization HTTP header. This rule is functioning as expected, and requests are being throttled as required. Now, I want to inspect this token in the header within the logs. Therefore, I have enabled logs with
gcloud compute security-policies update ca-policy-1 \ --log-level=VERBOSE
But it doesn't show in logs instead it show part of jwt token
Is there anything I have missed here, and how can I configure Cloud Armor to display custom headers in logs