This commit is contained in:
Joey Zhou 2023-05-12 11:27:39 -07:00
Родитель f0643ef8bf
Коммит f864c38afb
1 изменённых файлов: 3 добавлений и 6 удалений

Просмотреть файл

@ -81,12 +81,9 @@ Attaching information like expiration dates and ownership to a flag are specific
Tagging refers to the ability to attach arbitrary key:value pairs to a feature flag. This concept is employed in infrastructure systems like Kubernetes and AWS. It provides a highly adaptable method for users to associate semantic metadata with entities within the system. Tags can be used to track various aspects of a flag, such as its creation date, expiration date, life-cycle status, flag type, ownership, authorized modifier etc.
## Considered Options
### Environment Variables
### Unleashed Open Source Feature Flag (self host)
### Unleased (managed cloud)
* Environment Variables
* Unleashed Open Source Feature Flag (self host)
* Unleased (managed cloud)
## Decision Outcome