Hello,
We’re currently working with a partner company where they are embedding our dashboards anonymously into their web based application. We are using tag based RLS. Their application calls the embedding API and passes the appropriate tags into the API call.
Now, we’re trying to track exactly how much each tag value is being called so they can properly bill their own customers for usage.
I’m able to track overall usage with the cloudtrail logs but the tag value that gets passed is blocked as “HIDDEN_FOR_SECURITY_PURPOSES” or something along this line when I actually look at the logs, so I can’t parse out individual uses.
Is there a way to unmask this value, or perhaps get this information from somewhere else?