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
terraform: disable cloudfront root object for crates.io on staging
There is a concern that setting the default root object to index.html
for the crates.io webapp causes Fastboot to break:
rust-lang/crates.io#1937 (comment)
This adds a temporary feature flag to remove the default root object
just from staging, without affecting production. After testing is done
the feature flag will have to be removed, either disabling or enabling
the root object both on staging and production.
0 commit comments