Page MenuHomePhabricator

Upgrade "masked" config to "hidden"
ClosedPublic

Authored by epriestley on Feb 13 2015, 3:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 2:15 AM
Unknown Object (File)
Sun, Apr 14, 10:47 PM
Unknown Object (File)
Thu, Apr 11, 9:40 AM
Unknown Object (File)
Mar 15 2024, 10:19 AM
Unknown Object (File)
Feb 12 2024, 7:35 AM
Unknown Object (File)
Feb 7 2024, 7:05 AM
Unknown Object (File)
Feb 7 2024, 3:02 AM
Unknown Object (File)
Dec 23 2023, 8:57 AM
Subscribers

Details

Summary

Ref T7185. We currently have "locked", "masked", and "hidden" config.

However, "masked" does not really do anything. It was intended to mask values in DarkConsole, but Config got built out instead and "hidden" is strictly better in modern usage and protects against compromised administrator accounts. "hidden" implies "locked", so it's now strictly more powerful than just locked.

Remove "masked" and upgrade all "masked" config to "hidden". In particular, this hides some API keys and secret keys much more aggressively in Config, which is desirable.

Test Plan

Browsed things like S3 API keys in config and could no longer see them.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Upgrade "masked" config to "hidden".
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Feb 13 2015, 5:47 PM
This revision was automatically updated to reflect the committed changes.