QUICKSTART: note on config changes during disruption

merge-requests/12/merge
Michał 'rysiek' Woźniak 2022-03-14 14:05:58 +00:00
rodzic c2d60a9eb4
commit e05395765a
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -294,3 +294,9 @@ At this point, for anyone who has visited our site once in a given browser, if o
Even if one of the alternative endpoints starts experiencing issues, such visitors will still be able to use the site and access new content, none the wiser that the website is experiencing an outage.
On the other hand, anyone who would want to maliciously take our website down, would need to inspect our `config.json`, make a list of alternative endpoints configured there, and make sure they are also taken down — which might be difficult in case of large providers like CloudFront or GitLab.
> #### Note on config changes during disruption
>
> This set-up also allows us to [deploy changes to `config.json`, including new endpoints](./UPDATING_DURING_DISRUPTION.md). Such changes can be deployed even if our original website is unavailable.
>
> This lets us swap out endpoints dynamically for visitors who had visited our website at least once, as long as at least some of the currently-configured endpoints remain operational and accessible.