PostgreSQL Anonymizer
postgresql-anonymizer.readthedocs.io
PostgreSQL Anonymizer
1–10 of 54 posts
Re: PostgreSQL Anonymizer
#2Re: PostgreSQL Anonymizer
#3Just be careful that you don't anonymize your production data.
Re: PostgreSQL Anonymizer
#4Just be careful that you don't anonymize your production data.
Re: PostgreSQL Anonymizer
#5Re: PostgreSQL Anonymizer
#6Just be careful that you don't anonymize your production data.
Re: PostgreSQL Anonymizer
#7This is a fantastic idea. Now how to get it on RDS…
Re: PostgreSQL Anonymizer
#8This is a fantastic idea. Now how to get it on RDS…
Assuming if it's for a support team or internal users with a lower SLA, I wonder if it's possible to have a small self-hosted PostgreSQL server that basically acts as a shim by holding a foreign-data wrapper connection to the actual RDS instance
Re: PostgreSQL Anonymizer
#9This is a fantastic idea. Now how to get it on RDS…
Re: PostgreSQL Anonymizer
#10I 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.