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
Copy file name to clipboardExpand all lines: website/src/pages/specification/20241027-flagsets.md
+11
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,7 @@ authorizedKeys:
144
144
- It is easy to give ownership of a flag set to a team, by giving them access to the file.
145
145
146
146
**CON**
147
+
- The flag set configuration is at the same place as the flag configuration, so it is possible to edit the flag set name directly inside the file _(risk of overriding another flag set)_.
147
148
- If we want the same flag to be part of multiple flag sets, we need to duplicate the flag in multiple files.
148
149
149
150
### Solution 2: specify the flag set in the retriever configuration
@@ -190,6 +191,16 @@ authorizedKeys:
190
191
admin:
191
192
- apikey3
192
193
```
194
+
195
+
**PRO**
196
+
- It is simple to configure a flag set by putting all the flags at the same place.
197
+
- It is easy to understand which flags are part of a flag set.
198
+
- It is easy to give ownership of a flag set to a team, by giving them access to the file.
199
+
- The flag set name is directly associated to the retriever, so it is not possible to edit it directly inside the file.
200
+
201
+
**CON**
202
+
- If we want the same flag to be part of multiple flag sets, we need to duplicate the flag in multiple files.
0 commit comments