Decrease code paths where secrets can be accessed #9947
Labels
area/platform
issues related to the platform
team/compose
team/platform-move
type/enhancement
New feature or request
Tell us about the problem you're trying to solve
Currently secrets are written and read using
ConfigRespository
. This makes it heard to easily tell where secrets can be access because this class is used frequently throughout the codebase. We should refactorConfigRepository
to not include secrets handling so it is easier to track where secrets might be accessed.PR to address it here.
The text was updated successfully, but these errors were encountered: