@@ -413,26 +413,26 @@ Use [GSA Pages]({% page "/gsa-pages/" %}) for publishing static sites at GSA. Se
413
413
414
414
### Cost
415
415
416
- - ** Within TTS:** Likely free, but check with ##federalist on Slack with your
417
- use case.
418
- - ** External to TTS:** Check out the Federalist website for
419
- [ pricing] ( https://federalist.18f. gov/pricing/ ) .
416
+ - ** Within TTS:** Likely free, but check with {% slack_channel "cg-pages" %} on
417
+ Slack with your use case.
418
+ - ** External to TTS:** Check out the Cloud.gov Pages website for
419
+ [ pricing] ( https://cloud. gov/pages /pricing/ ) .
420
420
421
421
### ATOs
422
422
423
- If you are publishing a new site through Federalist and it's not connecting to
424
- any APIs or third-party services beyond public API calls from the browser (i.e.
425
- it's a simple static site), the site is considered part of that system, so ** it
426
- does not require its own ATO**
423
+ If you are publishing a new site through Cloud.gov Pages and it's not connecting
424
+ to any APIs or third-party services beyond public API calls from the browser
425
+ (i.e. it's a simple static site), the site is considered part of that system,
426
+ so ** it does not require its own ATO**
427
427
([ source] ( https://github.com/18F/before-you-ship/issues/95##issuecomment-174011747 ) ).
428
428
_ Note: Technically, static site builders are just adding a collection of pages
429
429
in an existing system. Therefore, from an ATO perspective, "sites" created
430
- through Federalist remain within the security boundary, and thus ATO._
430
+ through Cloud.gov Pages remain within the security boundary, and thus ATO._
431
431
432
- To make a new Federalist site public (and covered under the ATO), ** see
433
- [ the launch checklist] ( https://federalist.18f. gov/documentation/launch-checklist/ ) ** .
432
+ To make a new Cloud.gov Pages site public (and covered under the ATO), ** see
433
+ [ the launch checklist] ( https://cloud. gov/pages/ documentation/before-you- launch/#launch -checklist ) ** .
434
434
435
- ### How to check if a site is on Federalist
435
+ ### How to check if a site is on cloud.gov Pages
436
436
437
437
1 . Open a Terminal
438
438
1 . Run
@@ -441,8 +441,8 @@ To make a new Federalist site public (and covered under the ATO), **see
441
441
curl -Is https://< site> .gov | grep -I x-server
442
442
```
443
443
444
- If it outputs ` x-server: Federalist ` , it's a Federalist site. Otherwise, it's
445
- not.
444
+ If it outputs ` x-server: Cloud.gov Pages ` , it's a Cloud.gov Pages site.
445
+ Otherwise, it's not.
446
446
447
447
## Domains
448
448
@@ -469,7 +469,7 @@ For those that are managed within TTS, see
469
469
470
470
### DNSSEC
471
471
472
- [ cloud.gov (and thus Federalist ) do not support DNSSEC.] ( https://cloud.gov/docs/compliance/domain-standards/##dnssec )
472
+ [ cloud.gov (and thus Pages ) do not support DNSSEC.] ( https://cloud.gov/docs/compliance/domain-standards/##dnssec )
473
473
474
474
For domains owned by TTS that speak HTTP, TTS follows the requirements of
475
475
[ OMB M-15-13] ( https://www.whitehouse.gov/sites/whitehouse.gov/files/omb/memoranda/2015/m-15-13.pdf ) ,
@@ -559,7 +559,7 @@ See [the page on monitoring](#monitoring).
559
559
- Automated vuln-scanning in production environment that is fed with
560
560
newly-discovered vulns
561
561
- Enable [ HTTPS] ( #https-certificates ) for everything
562
- - Redirect http to https (automatic with cloud.gov and federalist )
562
+ - Redirect http to https (automatic with cloud.gov and cloud.gov Pages )
563
563
564
564
### Load-testing
565
565
@@ -604,7 +604,7 @@ what [infrastructure](#overview) you're using:
604
604
- If using cloud.gov, obtain through the
605
605
[ CDN broker] ( https://cloud.gov/docs/services/cdn-route/ ) .
606
606
- If using
607
- [ Federalist ] ( https://federalist-docs.18f. gov/pages/how-federalist-works/custom-urls/##technical-steps-to-set-up-a-new-site ) ,
607
+ [ cloud.gov Pages ] ( https://cloud. gov/pages ) ,
608
608
they are set up automatically.
609
609
- If using
610
610
[ TTS-managed infrastructure as a service (IaaS)] ( #infrastructure-as-a-service-iaas ) ,
@@ -744,7 +744,7 @@ https://github.com/cstate/cstate.
744
744
[ Deploy it to Cloud.gov] ( https://gist.github.com/adborden/55bdc968251a3745ff2f7befbcf71148 )
745
745
Deploy it with ` cf push <app-name> `
746
746
747
- [ Deploy it to Federalist ] ( https://federalist.18f. gov ) or just host it in your
747
+ [ Deploy it to Cloud.gov Pages ] ( https://cloud. gov/pages ) or just host it in your
748
748
app or in an s3 bucket (or alike).
749
749
750
750
##### Open Source alternatives (self-hosted):
0 commit comments