Problem
The export onyx state feature exports all the data in our onyx tables. We had some data privacy issues in the past where things that we should not be exporting were exported, so we want to avoid that by implementing a whitelist. Everything we whitelist, should be exported as is, everything not in the whitelist should be redacted.
We did this for a few keys here #70230 and here #70223 but we want to extend that to all keys.
Issue Owner
Current Issue Owner: @abekkala
Problem
The
export onyx statefeature exports all the data in our onyx tables. We had some data privacy issues in the past where things that we should not be exporting were exported, so we want to avoid that by implementing a whitelist. Everything we whitelist, should be exported as is, everything not in the whitelist should be redacted.We did this for a few keys here #70230 and here #70223 but we want to extend that to all keys.
Issue Owner
Current Issue Owner: @abekkala