-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It was a nice exercise to build it out, but ultimately I'm realizing that it's a bit premature and presumptuous to be adding in a very specific secret handler. I'm not even using it yet in my own projects! I'm also finding that the way a project or organization chooses to handle it's secrets is typically pretty bespoke, from determining how secrets are loaded, where/how encryption/decryption is handled, their encryption scheme, how they're stored and even rotated. There's a lot to consider. Either way, I think it's best to remove this footgun from the module altogether and rethink how, or even if, a secret handler should be implemented in a way that is considered a "sensible default".
- Loading branch information
1 parent
dd4dccb
commit 99950de
Showing
5 changed files
with
1 addition
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters