I have the following code which is using RLS and it’s working fine with data filtering until I have a session tag like below where I have an empty string. Just wondering what should I do in this scenario, just don’t provide param SessionTags all together, will the customer see everything i.e unfiltered data in this case? Thanks
Additionally if you try with a whitespace , here is what you get
“errorMessage”: “An error occurred (InvalidParameterValueException) when calling the GenerateEmbedUrlForAnonymousUser operation: Tag key cannot be empty or have only whitespaces.”,
“errorType”: “InvalidParameterValueException”,
If you want the customer to see everything, then don’t add a session tag else you need add a value to filter what the customer is allowed to see.