I like the architecture of flipt@v2 - having every flags backed by gitops makes sense.
the only problem is, there is no option to disable the git sync from the flipt dashboard.
there have been multiple github outages last year. I am just worried about the worst case scenario where github is down and i also want to revert a flag.
Proposed Solution
If we can add an Admin API to disable the git sync on the dashboard - it will solve most of my problem.
If you look at how ArgoCD solve this problem - On every argo application you have the ability to disable or enable the git sync.
you can manually patch kubernetes manifests nin emergency without getting blocked on git sync.
https://argo-cd.readthedocs.io/en/latest/user-guide/sync-options/
I like the architecture of
flipt@v2- having every flags backed by gitops makes sense.the only problem is, there is no option to disable the git sync from the flipt dashboard.
there have been multiple github outages last year. I am just worried about the worst case scenario where github is down and i also want to revert a flag.
Proposed Solution
If we can add an Admin API to disable the git sync on the dashboard - it will solve most of my problem.
If you look at how ArgoCD solve this problem - On every argo application you have the ability to disable or enable the git sync.
you can manually patch kubernetes manifests nin emergency without getting blocked on git sync.
https://argo-cd.readthedocs.io/en/latest/user-guide/sync-options/