←back to thread

PostgreSQL Anonymizer

(postgresql-anonymizer.readthedocs.io)
243 points chynkm | 1 comments | | HN request time: 0s | source
Show context
riffraff ◴[] No.42736058[source]
this seems great. I wonder tho, how do you ensure new columns are masked by default? It seems a safer alternative would be to start with all columns being statically masked and only unveil them selectively.

I guess you can add some CI steps when modifying the db to ensure a give column is allowed or masked, but still, would be nice if this was defaulted the other way around.

replies(1): >>42744726 #
1. daamien ◴[] No.42744726[source]
This is called "Privacy By Default"

https://postgresql-anonymizer.readthedocs.io/en/stable/priva...