(no title)
jimpudar | 4 years ago
Creating tools to produce realistic test data and also using fuzzing tools can be just as good and sometimes even better than using actual production data.
jimpudar | 4 years ago
Creating tools to produce realistic test data and also using fuzzing tools can be just as good and sometimes even better than using actual production data.
unknown|4 years ago
[deleted]
LukeEF|4 years ago
dwohnitmok|4 years ago
Your production database may have medically-sensitive PII (or for something like SOC-2 compliance any PII at all) that cannot be shared any human (other than the original user) unless with prior approval.
Even for non-externally mandated reasons, companies may (and often do) wish to restrict access to production data by developers to minimize concerns around data exfiltration and snooping on user data by company employees.
Silhouette|4 years ago
ljm|4 years ago
Personally, I think we rely on prod access as a crutch because it's easier to expect that than it is to build a sufficient infrastructure. Cloning a prod database or allowing ad-hoc r/w access is on my list of strictly forbidden operations.
Aeolun|4 years ago