Skip to content

Commit

Permalink
Update wiki links for GitLab (#543)
Browse files Browse the repository at this point in the history
* Update identity-devops wiki links

* Found link to MTA-STS information
  • Loading branch information
mww59 authored May 6, 2024
1 parent 3a13d4f commit 2f35a41
Show file tree
Hide file tree
Showing 32 changed files with 65 additions and 65 deletions.
6 changes: 3 additions & 3 deletions _articles/appdev-cdn.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ redirect_from: /articles/appdev-static-assets-cdn.html

To help reduce load on the IdP application servers, increase resiliency to DDoS attacks, and allow for
more robust error handling and maintenance pages we use Cloudfront to serve both static and dynamic
content. To smooth deployments, we serve static assets like images, CSS, and JavaScript from an S3 bucket
and dynamic content from the servers using Cloudfront path based behaviors. This solution prevents 404s
content. To smooth deployments, we serve static assets like images, CSS, and JavaScript from an S3 bucket
and dynamic content from the servers using Cloudfront path based behaviors. This solution prevents 404s
when a browser accesses static content referenced in the newly deployed application server which
then fails to load when directed to an older application server which does not have the new asset.

Expand All @@ -36,6 +36,6 @@ to route requests to your static content.

## Further Information

See [Runbook: CloudFront CDN](https://github.com/18F/identity-devops/wiki/Runbook:-CloudFront-CDN) for technical
See [Runbook: CloudFront CDN](https://gitlab.login.gov/lg/identity-devops/-/wikis/Runbook:-CloudFront-CDN) for technical
and troubleshooting details.

2 changes: 1 addition & 1 deletion _articles/appdev-cloudwatch-dashboard-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ the experimental one will be created for all environments.

## Technical Information

For technical information on creating dashboards and alerts, see [Monitoring and observability: CloudWatch queries, alarms and dashboards](https://github.com/18F/identity-devops/wiki/Monitoring-and-observability:-CloudWatch-queries,-alarms-and-dashboards).
For technical information on creating dashboards and alerts, see [Monitoring and observability: CloudWatch queries, alarms and dashboards](https://gitlab.login.gov/lg/identity-devops/-/wikis/Monitoring-and-observability:-CloudWatch-queries,-alarms-and-dashboards).
2 changes: 1 addition & 1 deletion _articles/appdev-oncall-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See [Splunk On-Call]({% link _articles/platform-splunk-oncall.md %}) for more on

Your first emergency contact should always be `@login-devops-oncall` - Make sure they are aware anytime things are going poorly.

For Login.gov and vendor emergency contact information see [Emergency Contacts](https://github.com/18F/identity-devops/wiki/On-Call-Guide-Quick-Reference#emergency-contacts)
For Login.gov and vendor emergency contact information see [Emergency Contacts](https://gitlab.login.gov/lg/identity-devops/-/wikis/On-Call-Guide-Quick-Reference#emergency-contacts)

## Handoff

Expand Down
4 changes: 2 additions & 2 deletions _articles/appdev-troubleshooting-production.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ These are common scripts and tasks for lookup up data in production

## Prerequisites

Before you can access any systems, you will need to [set up AWS-vault](https://github.com/18F/identity-devops/wiki/Setting-Up-AWS-Vault)
Before you can access any systems, you will need to [set up AWS-vault](https://gitlab.login.gov/lg/identity-devops/-/wikis/Setting-Up-AWS-Vault)


## SSM Documents
Expand Down Expand Up @@ -59,7 +59,7 @@ events.log events for that user.

For a full list of documented events, see [Analytics Events]({% link _articles/analytics-events.md %})

See also [Troubleshooting Quick Reference - Cloudwatch Logs](https://github.com/18F/identity-devops/wiki/Troubleshooting-Quick-Reference#cloudwatch-logs)
See also [Troubleshooting Quick Reference - Cloudwatch Logs](https://gitlab.login.gov/lg/identity-devops/-/wikis/Troubleshooting-Quick-Reference#cloudwatch-logs)

### Cloudwatch Insights

Expand Down
2 changes: 1 addition & 1 deletion _articles/definition-of-done.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Key items as part of an acceptance thread:
- In the thread:
- Include steps so that anyone can replicate and review.
- Specify which environment changes were deployed to, and provide a link to that environment
- Favor using [Review Apps](https://github.com/18F/identity-devops/wiki/How-to-find-your-review-app) to allow previewing changes before merging to `main`.
- Favor using [Review Apps](https://gitlab.login.gov/lg/identity-devops/-/wikis/Review-Apps) to allow previewing changes before merging to `main`.
- Provide screenshots and/or screen recording if possible
- Sometimes, for tickets that don't have UI changes, includes a description of what changed and links
to a Pull Request
Expand Down
2 changes: 1 addition & 1 deletion _articles/deploying-sp-to-prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Here is a list of items that need to be completed to deploy the configuration fo

**Prerequisites:**

Make sure you have prod-power access to run commands for aws-vault. You will have to go through steps listed in [identity-devops](https://github.com/18F/identity-devops/wiki/Setting-Up-AWS-Vault) repo for setting up your production access.
Make sure you have prod-power access to run commands for aws-vault. You will have to go through steps listed in [identity-devops](https://gitlab.login.gov/lg/identity-devops/-/wikis/Setting-Up-AWS-Vault) repo for setting up your production access.

**Step 1:**
- make sure you are in the root directory of the identity-devops repository.
Expand Down
6 changes: 3 additions & 3 deletions _articles/devops-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Each script also has a `--help` with additional documentation.

## Prerequisites

Before you can access any systems, you will need to [set up AWS-vault](https://github.com/18F/identity-devops/wiki/Setting-Up-AWS-Vault)
Before you can access any systems, you will need to [set up AWS-vault](https://gitlab.login.gov/lg/identity-devops/-/wikis/Setting-Up-AWS-Vault)

## `app-s3-secret`

Expand Down Expand Up @@ -277,7 +277,7 @@ aws-vault exec prod-power -- \
### `review-pass`
Activates a user that has a profile deactivated due to a pending ThreatMetrix review status.
Activates a user that has a profile deactivated due to a pending ThreatMetrix review status.
Requires the user UUID from the `uuid-lookup` task.
```bash
Expand All @@ -294,7 +294,7 @@ aws-vault exec prod-power -- \
```
### `review-reject`
Deactivates a user that has a pending ThreatMetrix review status with the reason "ThreatMetrix review rejected".
Deactivates a user that has a pending ThreatMetrix review status with the reason "ThreatMetrix review rejected".
Requires the user UUID from the `uuid-lookup` task.
```bash
Expand Down
6 changes: 3 additions & 3 deletions _articles/incident-response-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ procedures.

*Mitigate* (Continous)
* Technical context shared with responders in the room
* [Incident Response Runbooks](https://github.com/18F/identity-devops/wiki/Incident-Response-Runbooks) used where appropriate and steps executed
* [Incident Response Runbooks](https://gitlab.login.gov/lg/identity-devops/-/wikis/Incident-Response-Runbooks) used where appropriate and steps executed
* Creates parallel lines of investigation and mitigation to delegate to [other responders](#responder)

*Resolve and Retrospect*
Expand Down Expand Up @@ -110,7 +110,7 @@ procedures.
* Once the situation is assessed, ping `@login-comms-oncall`

*Mitigate* (Continous)
* **(Every 30 Minutes)** Check the [Incident Comms Playbook - ASSESS](https://docs.google.com/document/d/1kG7LXaEThJFJfCVP3jnimEvqbHKlFNvJ_PokZkpu1K8/edit#heading=h.vjtsg6mj5w6c) section
* **(Every 30 Minutes)** Check the [Incident Comms Playbook - ASSESS](https://docs.google.com/document/d/1kG7LXaEThJFJfCVP3jnimEvqbHKlFNvJ_PokZkpu1K8/edit#heading=h.vjtsg6mj5w6c) section
* **(Every 30 Minutes)** [Update StatusPage]({% link _articles/statuspage-process.md %}#update) (if an incident is posted)

*Resolve and Retrospect*
Expand Down Expand Up @@ -166,7 +166,7 @@ procedures.
# Resources

* [Login.gov Security Incident Response Guide]({% link _articles/secops-incident-response-guide.md %}): IR guidance and overview, defer to the official IR plan
* [Emergency Contact List](https://github.com/18F/identity-devops/wiki/On-Call-Guide-Quick-Reference#emergency-contacts): Private emergency contact list
* [Emergency Contact List](https://gitlab.login.gov/lg/identity-devops/-/wikis/On-Call-Guide-Quick-Reference#emergency-contacts): Private emergency contact list
* [Official Login.gov Incident Response plan](https://drive.google.com/file/d/1SVz5keBYiDSXvzBdkLFOqdnAplZWqL9D/view): The authoritative source for login
* [TTS incident response process](https://handbook.tts.gsa.gov/security-incidents/)
* [GSA IT - IT Security Procedural Guide: Incident Response](https://www.gsa.gov/cdnstatic/Incident_Response_%5BCIO_IT_Security_01-02_Rev_18%5D_03-26-2021docx.pdf)
Expand Down
2 changes: 1 addition & 1 deletion _articles/partnerships-test-ssns.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ On rare occasions, a partner may require us to permit a validly-formatted SSN in

1. Have the partner provide a list of specific SSNs that need to be permitted
2. Have the latest version of the [`18F/identity-devops`](https://github.com/18F/identity-devops) repo cloned
2. Have sandbox access in AWS and [AWS Vault set up](https://github.com/18F/identity-devops/wiki/Setting-Up-AWS-Vault)
2. Have sandbox access in AWS and [AWS Vault set up](https://gitlab.login.gov/lg/identity-devops/-/wikis/Setting-Up-AWS-Vault)

## Update the IdP Configuration

Expand Down
2 changes: 1 addition & 1 deletion _articles/platform-alerting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
title: "Infrastructure Metrics and Alerting"
layout: article
category: Platform
redirect_to: https://github.com/18F/identity-devops/wiki/Troubleshooting-Quick-Reference#infrastructure-metrics
redirect_to: https://gitlab.login.gov/lg/identity-devops/-/wikis/Troubleshooting-Quick-Reference#infrastructure-metrics
---
2 changes: 1 addition & 1 deletion _articles/platform-aliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: "Reference/runbook for the custom commands created via the login-al
layout: article
category: Platform
subcategory: References
redirect_to: https://github.com/18F/identity-devops/wiki/Custom-Aliases-and-Functions-for-identity-devops
redirect_to: https://gitlab.login.gov/lg/identity-devops/-/wikis/Custom-Aliases-and-Functions-for-identity-devops
---
2 changes: 1 addition & 1 deletion _articles/platform-aws-accounts-and-roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title: "AWS Accounts and IAM Groups/Roles"
description: "Private list of AWS accounts, roles, and groups for human users"
layout: article
category: Platform
redirect_to: https://github.com/18F/identity-devops/wiki/AWS-Account-and-IAM-Configurations
redirect_to: https://gitlab.login.gov/lg/identity-devops/-/wikis/AWS-Account-and-IAM-Configurations
---
2 changes: 1 addition & 1 deletion _articles/platform-baking-amis.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: Runbook for creating new Base and Rails AMI images
layout: article
category: Platform
subcategory: How To
redirect_to: https://github.com/18F/identity-devops/wiki/Baking-New-AWS-AMI-Images
redirect_to: https://gitlab.login.gov/lg/identity-devops/-/wikis/Baking-New-AWS-AMI-Images
---
2 changes: 1 addition & 1 deletion _articles/platform-deploy-devops-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: Runbook for the process of deploying code from 18f/identity-devops
layout: article
category: Platform
subcategory: How To
redirect_to: https://github.com/18F/identity-devops/wiki/Runbook%3A-Weekly-Platform-Deployments
redirect_to: https://gitlab.login.gov/lg/identity-devops/-/wikis/Runbook%3A-Weekly-Platform-Deployments
---
2 changes: 1 addition & 1 deletion _articles/platform-disaster-runbooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: Recovering from really really bad stuff
layout: article
category: Platform
subcategory: How To
redirect_to: https://github.com/18F/identity-devops/wiki/Disaster-Recovery:-Recovering-RDS-and-KMS
redirect_to: https://gitlab.login.gov/lg/identity-devops/-/wikis/Disaster-Recovery:-Recovering-RDS-and-KMS
---

2 changes: 1 addition & 1 deletion _articles/platform-email.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Non-authoritative answer:
_smtp._tls.login.gov text = "v=TLSRPTv1;rua=mailto:[email protected],mailto:[email protected]"
~~~

See [Runbook: Email - MTA-STS](https://github.com/18F/identity-devops/wiki/Runbook:-Email#MTA-STS) for implementation details.
See [Runbook: Email and SMTP - MTA-STS](https://gitlab.login.gov/lg/identity-devops/-/wikis/Runbook:-Email-and-SMTP#mta-sts) for implementation details.

## Outbound Sending from @login.gov

Expand Down
2 changes: 1 addition & 1 deletion _articles/platform-external-services-and-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: Notes on rate and cost limited external services used by IdP and ou
layout: article
category: Platform
subcategory: References
redirect_to: https://github.com/18F/identity-devops/wiki/External-Services-and-Limits
redirect_to: https://gitlab.login.gov/lg/identity-devops/-/wikis/External-Services-and-Limits
---
6 changes: 3 additions & 3 deletions _articles/platform-gitlab-prod-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you need to deploy Gitlab Production, there are two ways to do it
* Deploy by hand

Unfortunately, creating a HA gitlab instance with the omnibus package install
system that we are using is a HUGE pain to do, and for an org of our size,
system that we are using is a HUGE pain to do, and for an org of our size,
not recommended by Gitlab, so an upgrade will cause an outage of 8-15 minutes.
Sigh. Someday we hope to move to the k8s version which will result in an outage
of seconds instead of minutes.
Expand All @@ -33,8 +33,8 @@ we will have a manual deploy approval step so that we can control when they roll
* **Make sure that the code you are pushing deployed cleanly to the gitstaging environment!!**.
* Check <https://gitlab.login.gov/admin/background_migrations> to see if there are any background
migrations still going. There should be none. If there are, either wait until they are
complete, or if they don't seem to be moving,
[contact gitlab support](https://github.com/18F/identity-devops/wiki/GitLab-Ultimate-Licensing-and-Support)
complete, or if they don't seem to be moving,
[contact gitlab support](https://gitlab.login.gov/lg/identity-devops/-/wikis/GitLab-Ultimate-Licensing-and-Support)
and ask for help in getting the migrations unstuck.
* Check that the repository mirroring for [identity-devops](https://gitlab.gitstaging.gitlab.login.gov/lg/identity-devops/-/settings/repository)
and [identity-devops-private](https://gitlab.gitstaging.gitlab.login.gov/lg/identity-devops-private/-/settings/repository)
Expand Down
12 changes: 6 additions & 6 deletions _articles/platform-gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Login.gov's Platform Teams support the GitLab service. For help from an on-call
platform engineer you can Slack a question in `#login-devops` and `@login-devtools-oncall`

For general GitLab support you can also directly use GitLab support.
See [GitLab Licensing and Support](https://github.com/18F/identity-devops/wiki/GitLab-Ultimate-Licensing-and-Support)
See [GitLab Licensing and Support](https://gitlab.login.gov/lg/identity-devops/-/wikis/GitLab-Ultimate-Licensing-and-Support)

## Getting an Account

Expand Down Expand Up @@ -56,7 +56,7 @@ To log in:

Note - If `secure.login.gov` is not available, existing Personal Access Tokens
continue to function. We also have break-glass procedures if needed.
See [Runbook: GitLab Access Contingency Plan](https://github.com/18F/identity-devops/wiki/Runbook:-Gitlab-Access-Contingency-Plan)
See [Runbook: GitLab Access Contingency Plan](https://gitlab.login.gov/lg/identity-devops/-/wikis/Runbook:-Gitlab-Access-When-IDP-is-Down)

## Personal Access Tokens

Expand Down Expand Up @@ -92,13 +92,13 @@ a multitude of installed packages. Here are some troubleshooting resources:

### Login.gov GitLab Runbooks

* [GitLab Access when Login.gov Is Down](https://github.com/18F/identity-devops/wiki/Runbook:-Gitlab-Access-When-IDP-is-Down)
* [GitLab CI Troubleshooting](https://github.com/18F/identity-devops/wiki/Runbook:-Gitlab-CI-Troubleshooting)
* [GitLab Backup and Disaster Recovery](https://github.com/18F/identity-devops/wiki/Disaster-Recovery:-Gitlab-Backup-and-Restore)
* [GitLab Access when Login.gov Is Down](https://gitlab.login.gov/lg/identity-devops/-/wikis/Runbook:-Gitlab-Access-When-IDP-is-Down)
* [GitLab CI Troubleshooting](https://gitlab.login.gov/lg/identity-devops/-/wikis/Runbook:-Gitlab-CI-Troubleshooting)
* [GitLab Backup and Disaster Recovery](https://gitlab.login.gov/lg/identity-devops/-/wikis/Disaster-Recovery:-Gitlab-Backup-and-Restore)

## Getting Support from GitLab

See [GitLab Licensing and Support](https://github.com/18F/identity-devops/wiki/GitLab-Ultimate-Licensing-and-Support)
See [GitLab Licensing and Support](https://gitlab.login.gov/lg/identity-devops/-/wikis/GitLab-Ultimate-Licensing-and-Support)

## Gitlab Staging Environment

Expand Down
2 changes: 1 addition & 1 deletion _articles/platform-load-testing-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: Process overview and instruction for performing load tests in AWS
layout: article
category: Platform
subcategory: How To
redirect_to: https://github.com/18F/identity-devops/wiki/Load-Testing
redirect_to: https://gitlab.login.gov/lg/identity-devops/-/wikis/Load-Testing
---
2 changes: 1 addition & 1 deletion _articles/platform-making-changes-via-terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title: "Making Changes via Terraform"
description: This is a guide to the various `terraform` directories in `identity-devops` and how to use them
layout: article
category: Platform
redirect_to: https://github.com/18F/identity-devops/wiki/Making-Changes-via-Terraform
redirect_to: https://gitlab.login.gov/lg/identity-devops/-/wikis/Making-Changes-via-Terraform
---
22 changes: 11 additions & 11 deletions _articles/platform-oncall-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Mission: Take care of production!

#### Quick Reference

* [Oncall Guide Quick Reference](https://github.com/18F/identity-devops/wiki/On-Call-Guide-Quick-Reference/) -
* [Oncall Guide Quick Reference](https://gitlab.login.gov/lg/identity-devops/-/wikis/On-Call-Guide-Quick-Reference/) -
emergency contact list and other private information
* [Incident Response Checklist]({{site.baseurl}}/articles/incident-response-checklist.html) - when an incident arises
* [Troubleshooting Quick Reference]({{site.baseurl}}/articles/troubleshooting-quick-reference.html) - when you are troubleshooting and not sure where to start
* [Troubleshooting Quick Reference]({{site.baseurl}}/articles/troubleshooting-quick-reference.html) - when you are troubleshooting and not sure where to start
* [Platform Rotations in Splunk On-Call](https://portal.victorops.com/dash/gsa_login#/team/team-oMJ7AAPwdFSwsMJc/rotations) - to check who is on call

#### Responsibilities
Expand Down Expand Up @@ -111,12 +111,12 @@ Mission: Support the Login.gov Platform's customers!

In addition to the [LG Platform: Interrupts board](https://github.com/orgs/18F/projects/34) on GitHub, the following `identity-devops` wiki pages are helpful for most Interrupts responsibilities:

* [Setting Up your Login.gov Infrastructure Configuration](https://github.com/18F/identity-devops/wiki/Setting-Up-your-Login.gov-Infrastructure-Configuration)
* [Setting Up AWS Vault](https://github.com/18F/identity-devops/wiki/Setting-Up-AWS-Vault)
* [Building a Personal Sandbox Environment](https://github.com/18F/identity-devops/wiki/Building-a-Personal-Sandbox-Environment)
* [Common Infrastructure Commands and Shortcuts](https://github.com/18F/identity-devops/wiki/Common-Infrastructure-Commands-and-Shortcuts)
* [IAM Configurations](https://github.com/18F/identity-devops/wiki/IAM-Configurations) - for on/offboarding AWS IAM users
* [Making Changes via Terraform](https://github.com/18F/identity-devops/wiki/Making-Changes-via-Terraform) - for troubleshooting Terraform deployment issues
* [Setting Up your Login.gov Infrastructure Configuration](https://gitlab.login.gov/lg/identity-devops/-/wikis/Setting-Up-your-Login.gov-Infrastructure-Configuration)
* [Setting Up AWS Vault](https://gitlab.login.gov/lg/identity-devops/-/wikis/Setting-Up-AWS-Vault)
* [Building a Personal Sandbox Environment](https://gitlab.login.gov/lg/identity-devops/-/wikis/Building-a-Personal-Sandbox-Environment)
* [Common Infrastructure Commands and Shortcuts](https://gitlab.login.gov/lg/identity-devops/-/wikis/Common-Infrastructure-Commands-and-Shortcuts)
* [IAM Configurations](https://gitlab.login.gov/lg/identity-devops/-/wikis/IAM-Configurations) - for on/offboarding AWS IAM users
* [Making Changes via Terraform](https://gitlab.login.gov/lg/identity-devops/-/wikis/Making-Changes-via-Terraform) - for troubleshooting Terraform deployment issues

#### Responsibilities

Expand Down Expand Up @@ -162,12 +162,12 @@ Mission: Ship!

#### Quick Reference

* [Runbook: Weekly Platform Deployments via Terraform](https://github.com/18F/identity-devops/wiki/Runbook:-Weekly-Platform-Deployments-via-Terraform)
* [Baking New AWS AMI Images](https://github.com/18F/identity-devops/wiki/Baking-New-AWS-AMI-Images)
* [Runbook: Weekly Platform Deployments via Terraform](https://gitlab.login.gov/lg/identity-devops/-/wikis/Runbook:-Weekly-Platform-Deployments)
* [Baking New AWS AMI Images](https://gitlab.login.gov/lg/identity-devops/-/wikis/Baking-New-AWS-AMI-Images)

#### Responsibilities

* **Prepare weekly `identity-devops` release and deploy it** following the [Weekly Platform Deployments guide](https://github.com/18F/identity-devops/wiki/Runbook:-Weekly-Platform-Deployments-via-Makefile#monday-release-prep)
* **Prepare weekly `identity-devops` release and deploy it** following the [Weekly Platform Deployments guide](https://gitlab.login.gov/lg/identity-devops/-/wikis/Runbook:-Weekly-Platform-Deployments#release-prep)

#### Procedures

Expand Down
2 changes: 1 addition & 1 deletion _articles/platform-scaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: Runbooks for scaling out or up various resources in anticipation of
layout: article
category: Platform
subcategory: How To
redirect_to: https://github.com/18F/identity-devops/wiki/Infrastructure-Scaling
redirect_to: https://gitlab.login.gov/lg/identity-devops/-/wikis/Infrastructure-Scaling
---
Loading

0 comments on commit 2f35a41

Please sign in to comment.