You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Issue exists to collect many items that relate to "Secrets" in Darklang -- a managed system of creating encrypted values such as passwords, referencing/using them, and protecting them from parties who shouldn't have access.
Before working on any of this, we need to get a bit further along with our baseline CLI and editing experience.
When a user adds a secret, there's often useful information to go with it, such as a description, or how to set it or change it. As I add some API keys to an app, I find I want a link to the documentation, and also a link to how to change the key. If possible, a user might want to link to the upstream "resource" (maybe a page for that key on the vendor's dashboard).
Users might set up Dark with a secret and then forget about it, which increases the attack surface should dark be compromised.
To help with this, we should send regular notifications to customers listing the names of secrets they have stored on the platform. Maybe a monthly or quarterly email that they can configure in settings.
StachuDotNet
added
later
Let's think about this later -- we have some higher-priority things to work through first
needs-review
I plan on going through each of the issues and clarifying them -- this is to mark remaining issues
labels
Feb 8, 2024
StachuDotNet
removed
the
needs-review
I plan on going through each of the issues and clarifying them -- this is to mark remaining issues
label
Feb 19, 2024
This Issue exists to collect many items that relate to "Secrets" in Darklang -- a managed system of creating encrypted values such as passwords, referencing/using them, and protecting them from parties who shouldn't have access.
Before working on any of this, we need to get a bit further along with our baseline CLI and editing experience.
The text was updated successfully, but these errors were encountered: