-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi team! Great work with Phase, it's a blast to use. This is a feature request concerned with the tags you can assign to secrets.
Is your feature request related to a problem?
- There is this request that describes a view to manage tags, which is where my feature request could be incorporated as well.
Describe the solution you'd like
Tags can be assigned to secrets per environment (dev/staging/production) only. We use tags for filtering (which service gets which secrets is based on tags), but since tags are not shared among environments we need to apply all tags separately in each environment. This creates an inconsistency between environments.
Next to that, if you edit secrets in the main screen (where dev, staging and production are next to each other), the tags get removed.
I would like to:
- Be able to mark tags as "universal", to share them between environments.
- Not have the tags removed when editing a secret in the "main overview" screen
Describe alternatives you've considered
I have tried using the sdk to programatically copy tags between environments.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request