feat(integrations): Land initial Nimbus FML

- We're trying to integrate with Nimbus and unblock SRE

- Lands the initial yaml

Closes: FXA-9124
This commit is contained in:
Wil Clouser 2024-02-08 15:37:14 -08:00
Родитель c67cf3ed66
Коммит 08b75a4af3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: DB61495C4A403229
1 изменённых файлов: 22 добавлений и 0 удалений

22
configs/nimbus.yaml Normal file
Просмотреть файл

@ -0,0 +1,22 @@
about:
description: Nimbus Feature Manifest for Accounts Web testing
channels:
- production
features:
example-feature:
description: An example feature
variables:
enabled:
description: If the feature is enabled
type: Boolean
default: false
something:
description: Another variable
type: Option<String>
default: null
defaults:
- channel: production
value: { "something": "wicked" }
types:
objects: {}
enums: {}