Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔍 Overview
Secrets can currently only be updated within specific environments individually. This makes it cumbersome to manage secret keys and values across multiple environments quickly.
💡 Proposed Changes
This PR adds the ability to easily CRUD key-value pairs across environments. This is the first phase in a set of updates to improve the UX and DX for managing secrets across environments more easily
🖼️ Screenshots or Demo
Screencast.From.2025-01-11.20-40-33.mp4
📝 Release Notes
Updated the secrets overview table in App home to add secret management tools
➕ Additional Context
Features such as one-click referencing, one-click key / value inheritence etc are coming in subsequent updates
✨ How to Test the Changes Locally
Try all combinations of CRUD operations and verify that the client state updates are correct and displayed intuitively. Verify that all changes are correctly synced to the server.
💚 Did You...
- [ ] Update dependencies and lockfiles (if required)