├── .allstar └── branch_protection.yaml ├── .eslintignore ├── .eslintrc ├── .github ├── pull_request_template.md └── workflows │ └── test.yml ├── .gitignore ├── .nvmrc ├── .prettierrc ├── .ruby-version ├── Gemfile ├── Gemfile.lock ├── Makefile ├── README.md ├── SECURITY.md ├── _articles ├── accounts.md ├── analytics-events.md ├── annual-certificate-rotation.md ├── appdev-ab-test.md ├── appdev-cdn.md ├── appdev-cloud-gov-deploy.md ├── appdev-cloudwatch-dashboard-guide.md ├── appdev-deploy-rotation.md ├── appdev-deploy.md ├── appdev-doc-auth-test-plan.md ├── appdev-feature-flags.md ├── appdev-i18n.md ├── appdev-ial2-error-list.md ├── appdev-key-rotation-guide.md ├── appdev-oncall-guide.md ├── appdev-proofing-ruby-worker-jobs.md ├── appdev-risc-ruby-worker-jobs.md ├── appdev-secrets-configuration.md ├── appdev-team-daytime-oncall.md ├── appdev-testing-credentials.md ├── appdev-troubleshooting-production.md ├── appdev-troubleshooting-sandbox.md ├── appdev-updating-maxmind-db.md ├── appdev-updating-pwned-passwords.md ├── biannual-review.md ├── bug-bounty-triage.md ├── cloud-gov-pages.md ├── cloudwatch-101.md ├── contributing.md ├── cost-recoverability.md ├── daily-deploy-schedule.md ├── definition-of-done.md ├── definition-of-ready.md ├── deploying-sp-to-prod.md ├── device-profiling.md ├── devops-scripts.md ├── github-gitlab.md ├── glossary.md ├── google-analytics.md ├── gpo-designated-receiver.md ├── help-center-contact-form.md ├── identity-proofing-rate-limiting.md ├── identity-proofing-testing.md ├── identity-verification-flow-policy.md ├── idp-artifact-building-architecture.md ├── incident-response-checklist.md ├── incident-response-guide.md ├── incident-review-template.md ├── leave-guidance.md ├── logs-schema.md ├── manage-50-50-state.md ├── monthly-key-metrics-explainer.md ├── new-feature-onboarding.md ├── offboarding.md ├── onboarding.md ├── openssl-recipes.md ├── orgchart.md ├── overtime.md ├── partnership-feedback-form.md ├── partnership-kudos-doc.md ├── partnerships-advisory-group.md ├── partnerships-config-pr-checklist.md ├── partnerships-contact-us-webpage.md ├── partnerships-dashboard.md ├── partnerships-external-slack.md ├── partnerships-guides-faqs.md ├── partnerships-help-center.md ├── partnerships-internal-slack.md ├── partnerships-market-segments.md ├── partnerships-newsletter.md ├── partnerships-organizational-structure.md ├── partnerships-pilot-playbook.md ├── partnerships-press-kit.md ├── partnerships-program-roadmap.md ├── partnerships-program-updates.md ├── partnerships-provision-test-users.md ├── partnerships-reporting-doc.md ├── partnerships-test-ssns.md ├── partnerships-ticket-handling.md ├── partnerships-webinar.md ├── partnerships-zendesk.md ├── pii-guidance.md ├── platform-acceptance-criteria.md ├── platform-alerting.md ├── platform-aliases.md ├── platform-auto-tf-runbook.md ├── platform-aws-accounts-and-roles.md ├── platform-aws-incident-manager.md ├── platform-baking-amis.md ├── platform-ceremonies.md ├── platform-deploy-devops-code.md ├── platform-disaster-runbooks.md ├── platform-email.md ├── platform-external-services-and-limits.md ├── platform-gitlab-env-deploy.md ├── platform-gitlab-imagesigning.md ├── platform-gitlab-prod-deploy.md ├── platform-gitlab.md ├── platform-iam-configs.md ├── platform-load-testing-process.md ├── platform-making-changes-via-terraform.md ├── platform-oncall-guide.md ├── platform-scaling.md ├── platform-secrets.md ├── platform-set-up-personal-sandbox.md ├── platform-setting-up-aws-vault.md ├── platform-tips.md ├── product-artifacts.md ├── product-demo-recordings.md ├── product-gitlab-roadmapping.md ├── project-principles.md ├── pull-request-review.md ├── queries.md ├── reporting-dashboard-architecture.md ├── reporting-process.md ├── rollplans.md ├── saml.md ├── sandboxes-and-staging-environments.md ├── slack.md ├── sprint-ceremonies.md ├── sprint-teams.md ├── sql-style-guide.md ├── staffing.md ├── statuspage-process.md ├── team-roles.md ├── template.md ├── troubleshooting-expiring-pivcac.md ├── troubleshooting-pivcacs.md ├── troubleshooting-quick-reference.md ├── types-of-documentation.md ├── vendor-outage-response-process.md ├── wargames-dungeon-masters-guide.md ├── wargames-players-guide.md └── windows-virtual-machine.md ├── _categories ├── appdev.md ├── architecture.md ├── development.md ├── handbook.md ├── partnerships.md ├── platform.md ├── product.md ├── reporting.md ├── security.md └── team.md ├── _components ├── alert_component.html.erb ├── alert_component.rb ├── base_component.rb ├── breadcrumb_component.html.erb ├── breadcrumb_component.rb ├── breadcrumb_item_component.html.erb └── breadcrumb_item_component.rb ├── _config.yml ├── _data ├── highlight_categories.yml └── sprint_teams.yml ├── _includes ├── article_url.txt ├── articles_category.md ├── tag.html ├── toc.html └── uswds-icon.html ├── _layouts ├── article.html ├── category.html ├── default.html └── redirect.html ├── _plugins ├── content_typography.rb ├── copy_files.rb ├── search_index.rb └── view_component.rb ├── assets ├── js │ ├── setup.ts │ ├── timezone.ts │ └── typings │ │ └── anchor-js │ │ └── index.d.ts └── scss │ └── main.css.scss ├── cspell.json ├── favicon.ico ├── federalist.json ├── images ├── acceptance-thread.jpg ├── announce-recycle-workflow.png ├── announce-release-pr-workflow.png ├── auto_terraform.png ├── aws-cloudwatch-home.png ├── aws-cloudwatch-logs-insights.png ├── aws-cloudwatch-query.png ├── cloudfront-diagram.png ├── cloudwatch-saved-queries-users.png ├── declare-incident-menu.png ├── declare-incident-slash-command.png ├── example-use-of-compare.png ├── github-all-activity.png ├── github-participating.png ├── github-repo-permissions.png ├── gmail-github-filters.png ├── gpo_envelope.jpg ├── gpo_letter.jpg ├── gpo_letter_request_rate_limited.png ├── hybrid-handoff-limited.png ├── idp-artifact-building-architecture.jpg ├── idv-doc-auth-limited.png ├── idv-proof-address-rate-limited.png ├── incident-process-flow-diagram.png ├── oncall-rotation-slack-weekly.png ├── otp-limited.png ├── reporting-dashboard-diagram.png ├── ruby-worker-proofing-async-diagram.png ├── ruby-worker-risc-async-diagram.png ├── slack-pki-cert-alert.jpg └── verify-info-rate-limited.png ├── index.md ├── package.json ├── public └── user_provisioning_example.csv ├── spec ├── html_spec.rb ├── markdown_spec.rb ├── plugins │ └── view_component_spec.rb ├── spec_helper.rb ├── sprint_teams_spec.rb └── support │ └── matchers.rb └── tsconfig.json /.allstar/branch_protection.yaml: -------------------------------------------------------------------------------- 1 | dismissStale: false 2 | -------------------------------------------------------------------------------- /.eslintignore: -------------------------------------------------------------------------------- 1 | *.min.js 2 | -------------------------------------------------------------------------------- /.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/.eslintrc -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/.gitignore -------------------------------------------------------------------------------- /.nvmrc: -------------------------------------------------------------------------------- 1 | 20 2 | -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /.ruby-version: -------------------------------------------------------------------------------- 1 | 3.4.3 2 | -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/SECURITY.md -------------------------------------------------------------------------------- /_articles/accounts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/accounts.md -------------------------------------------------------------------------------- /_articles/analytics-events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/analytics-events.md -------------------------------------------------------------------------------- /_articles/annual-certificate-rotation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/annual-certificate-rotation.md -------------------------------------------------------------------------------- /_articles/appdev-ab-test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-ab-test.md -------------------------------------------------------------------------------- /_articles/appdev-cdn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-cdn.md -------------------------------------------------------------------------------- /_articles/appdev-cloud-gov-deploy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-cloud-gov-deploy.md -------------------------------------------------------------------------------- /_articles/appdev-cloudwatch-dashboard-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-cloudwatch-dashboard-guide.md -------------------------------------------------------------------------------- /_articles/appdev-deploy-rotation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-deploy-rotation.md -------------------------------------------------------------------------------- /_articles/appdev-deploy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-deploy.md -------------------------------------------------------------------------------- /_articles/appdev-doc-auth-test-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-doc-auth-test-plan.md -------------------------------------------------------------------------------- /_articles/appdev-feature-flags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-feature-flags.md -------------------------------------------------------------------------------- /_articles/appdev-i18n.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-i18n.md -------------------------------------------------------------------------------- /_articles/appdev-ial2-error-list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-ial2-error-list.md -------------------------------------------------------------------------------- /_articles/appdev-key-rotation-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-key-rotation-guide.md -------------------------------------------------------------------------------- /_articles/appdev-oncall-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-oncall-guide.md -------------------------------------------------------------------------------- /_articles/appdev-proofing-ruby-worker-jobs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-proofing-ruby-worker-jobs.md -------------------------------------------------------------------------------- /_articles/appdev-risc-ruby-worker-jobs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-risc-ruby-worker-jobs.md -------------------------------------------------------------------------------- /_articles/appdev-secrets-configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-secrets-configuration.md -------------------------------------------------------------------------------- /_articles/appdev-team-daytime-oncall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-team-daytime-oncall.md -------------------------------------------------------------------------------- /_articles/appdev-testing-credentials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-testing-credentials.md -------------------------------------------------------------------------------- /_articles/appdev-troubleshooting-production.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-troubleshooting-production.md -------------------------------------------------------------------------------- /_articles/appdev-troubleshooting-sandbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-troubleshooting-sandbox.md -------------------------------------------------------------------------------- /_articles/appdev-updating-maxmind-db.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-updating-maxmind-db.md -------------------------------------------------------------------------------- /_articles/appdev-updating-pwned-passwords.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/appdev-updating-pwned-passwords.md -------------------------------------------------------------------------------- /_articles/biannual-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/biannual-review.md -------------------------------------------------------------------------------- /_articles/bug-bounty-triage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/bug-bounty-triage.md -------------------------------------------------------------------------------- /_articles/cloud-gov-pages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/cloud-gov-pages.md -------------------------------------------------------------------------------- /_articles/cloudwatch-101.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/cloudwatch-101.md -------------------------------------------------------------------------------- /_articles/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/contributing.md -------------------------------------------------------------------------------- /_articles/cost-recoverability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/cost-recoverability.md -------------------------------------------------------------------------------- /_articles/daily-deploy-schedule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/daily-deploy-schedule.md -------------------------------------------------------------------------------- /_articles/definition-of-done.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/definition-of-done.md -------------------------------------------------------------------------------- /_articles/definition-of-ready.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/definition-of-ready.md -------------------------------------------------------------------------------- /_articles/deploying-sp-to-prod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/deploying-sp-to-prod.md -------------------------------------------------------------------------------- /_articles/device-profiling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/device-profiling.md -------------------------------------------------------------------------------- /_articles/devops-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/devops-scripts.md -------------------------------------------------------------------------------- /_articles/github-gitlab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/github-gitlab.md -------------------------------------------------------------------------------- /_articles/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/glossary.md -------------------------------------------------------------------------------- /_articles/google-analytics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/google-analytics.md -------------------------------------------------------------------------------- /_articles/gpo-designated-receiver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/gpo-designated-receiver.md -------------------------------------------------------------------------------- /_articles/help-center-contact-form.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/help-center-contact-form.md -------------------------------------------------------------------------------- /_articles/identity-proofing-rate-limiting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/identity-proofing-rate-limiting.md -------------------------------------------------------------------------------- /_articles/identity-proofing-testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/identity-proofing-testing.md -------------------------------------------------------------------------------- /_articles/identity-verification-flow-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/identity-verification-flow-policy.md -------------------------------------------------------------------------------- /_articles/idp-artifact-building-architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/idp-artifact-building-architecture.md -------------------------------------------------------------------------------- /_articles/incident-response-checklist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/incident-response-checklist.md -------------------------------------------------------------------------------- /_articles/incident-response-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/incident-response-guide.md -------------------------------------------------------------------------------- /_articles/incident-review-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/incident-review-template.md -------------------------------------------------------------------------------- /_articles/leave-guidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/leave-guidance.md -------------------------------------------------------------------------------- /_articles/logs-schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/logs-schema.md -------------------------------------------------------------------------------- /_articles/manage-50-50-state.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/manage-50-50-state.md -------------------------------------------------------------------------------- /_articles/monthly-key-metrics-explainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/monthly-key-metrics-explainer.md -------------------------------------------------------------------------------- /_articles/new-feature-onboarding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/new-feature-onboarding.md -------------------------------------------------------------------------------- /_articles/offboarding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/offboarding.md -------------------------------------------------------------------------------- /_articles/onboarding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/onboarding.md -------------------------------------------------------------------------------- /_articles/openssl-recipes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/openssl-recipes.md -------------------------------------------------------------------------------- /_articles/orgchart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/orgchart.md -------------------------------------------------------------------------------- /_articles/overtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/overtime.md -------------------------------------------------------------------------------- /_articles/partnership-feedback-form.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnership-feedback-form.md -------------------------------------------------------------------------------- /_articles/partnership-kudos-doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnership-kudos-doc.md -------------------------------------------------------------------------------- /_articles/partnerships-advisory-group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-advisory-group.md -------------------------------------------------------------------------------- /_articles/partnerships-config-pr-checklist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-config-pr-checklist.md -------------------------------------------------------------------------------- /_articles/partnerships-contact-us-webpage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-contact-us-webpage.md -------------------------------------------------------------------------------- /_articles/partnerships-dashboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-dashboard.md -------------------------------------------------------------------------------- /_articles/partnerships-external-slack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-external-slack.md -------------------------------------------------------------------------------- /_articles/partnerships-guides-faqs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-guides-faqs.md -------------------------------------------------------------------------------- /_articles/partnerships-help-center.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-help-center.md -------------------------------------------------------------------------------- /_articles/partnerships-internal-slack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-internal-slack.md -------------------------------------------------------------------------------- /_articles/partnerships-market-segments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-market-segments.md -------------------------------------------------------------------------------- /_articles/partnerships-newsletter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-newsletter.md -------------------------------------------------------------------------------- /_articles/partnerships-organizational-structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-organizational-structure.md -------------------------------------------------------------------------------- /_articles/partnerships-pilot-playbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-pilot-playbook.md -------------------------------------------------------------------------------- /_articles/partnerships-press-kit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-press-kit.md -------------------------------------------------------------------------------- /_articles/partnerships-program-roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-program-roadmap.md -------------------------------------------------------------------------------- /_articles/partnerships-program-updates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-program-updates.md -------------------------------------------------------------------------------- /_articles/partnerships-provision-test-users.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-provision-test-users.md -------------------------------------------------------------------------------- /_articles/partnerships-reporting-doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-reporting-doc.md -------------------------------------------------------------------------------- /_articles/partnerships-test-ssns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-test-ssns.md -------------------------------------------------------------------------------- /_articles/partnerships-ticket-handling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-ticket-handling.md -------------------------------------------------------------------------------- /_articles/partnerships-webinar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-webinar.md -------------------------------------------------------------------------------- /_articles/partnerships-zendesk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/partnerships-zendesk.md -------------------------------------------------------------------------------- /_articles/pii-guidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/pii-guidance.md -------------------------------------------------------------------------------- /_articles/platform-acceptance-criteria.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-acceptance-criteria.md -------------------------------------------------------------------------------- /_articles/platform-alerting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-alerting.md -------------------------------------------------------------------------------- /_articles/platform-aliases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-aliases.md -------------------------------------------------------------------------------- /_articles/platform-auto-tf-runbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-auto-tf-runbook.md -------------------------------------------------------------------------------- /_articles/platform-aws-accounts-and-roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-aws-accounts-and-roles.md -------------------------------------------------------------------------------- /_articles/platform-aws-incident-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-aws-incident-manager.md -------------------------------------------------------------------------------- /_articles/platform-baking-amis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-baking-amis.md -------------------------------------------------------------------------------- /_articles/platform-ceremonies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-ceremonies.md -------------------------------------------------------------------------------- /_articles/platform-deploy-devops-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-deploy-devops-code.md -------------------------------------------------------------------------------- /_articles/platform-disaster-runbooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-disaster-runbooks.md -------------------------------------------------------------------------------- /_articles/platform-email.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-email.md -------------------------------------------------------------------------------- /_articles/platform-external-services-and-limits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-external-services-and-limits.md -------------------------------------------------------------------------------- /_articles/platform-gitlab-env-deploy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-gitlab-env-deploy.md -------------------------------------------------------------------------------- /_articles/platform-gitlab-imagesigning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-gitlab-imagesigning.md -------------------------------------------------------------------------------- /_articles/platform-gitlab-prod-deploy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-gitlab-prod-deploy.md -------------------------------------------------------------------------------- /_articles/platform-gitlab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-gitlab.md -------------------------------------------------------------------------------- /_articles/platform-iam-configs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-iam-configs.md -------------------------------------------------------------------------------- /_articles/platform-load-testing-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-load-testing-process.md -------------------------------------------------------------------------------- /_articles/platform-making-changes-via-terraform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-making-changes-via-terraform.md -------------------------------------------------------------------------------- /_articles/platform-oncall-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-oncall-guide.md -------------------------------------------------------------------------------- /_articles/platform-scaling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-scaling.md -------------------------------------------------------------------------------- /_articles/platform-secrets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-secrets.md -------------------------------------------------------------------------------- /_articles/platform-set-up-personal-sandbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-set-up-personal-sandbox.md -------------------------------------------------------------------------------- /_articles/platform-setting-up-aws-vault.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-setting-up-aws-vault.md -------------------------------------------------------------------------------- /_articles/platform-tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/platform-tips.md -------------------------------------------------------------------------------- /_articles/product-artifacts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/product-artifacts.md -------------------------------------------------------------------------------- /_articles/product-demo-recordings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/product-demo-recordings.md -------------------------------------------------------------------------------- /_articles/product-gitlab-roadmapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/product-gitlab-roadmapping.md -------------------------------------------------------------------------------- /_articles/project-principles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/project-principles.md -------------------------------------------------------------------------------- /_articles/pull-request-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/pull-request-review.md -------------------------------------------------------------------------------- /_articles/queries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/queries.md -------------------------------------------------------------------------------- /_articles/reporting-dashboard-architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/reporting-dashboard-architecture.md -------------------------------------------------------------------------------- /_articles/reporting-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/reporting-process.md -------------------------------------------------------------------------------- /_articles/rollplans.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/rollplans.md -------------------------------------------------------------------------------- /_articles/saml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/saml.md -------------------------------------------------------------------------------- /_articles/sandboxes-and-staging-environments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/sandboxes-and-staging-environments.md -------------------------------------------------------------------------------- /_articles/slack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/slack.md -------------------------------------------------------------------------------- /_articles/sprint-ceremonies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/sprint-ceremonies.md -------------------------------------------------------------------------------- /_articles/sprint-teams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/sprint-teams.md -------------------------------------------------------------------------------- /_articles/sql-style-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/sql-style-guide.md -------------------------------------------------------------------------------- /_articles/staffing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/staffing.md -------------------------------------------------------------------------------- /_articles/statuspage-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/statuspage-process.md -------------------------------------------------------------------------------- /_articles/team-roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/team-roles.md -------------------------------------------------------------------------------- /_articles/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/template.md -------------------------------------------------------------------------------- /_articles/troubleshooting-expiring-pivcac.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/troubleshooting-expiring-pivcac.md -------------------------------------------------------------------------------- /_articles/troubleshooting-pivcacs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/troubleshooting-pivcacs.md -------------------------------------------------------------------------------- /_articles/troubleshooting-quick-reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/troubleshooting-quick-reference.md -------------------------------------------------------------------------------- /_articles/types-of-documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/types-of-documentation.md -------------------------------------------------------------------------------- /_articles/vendor-outage-response-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/vendor-outage-response-process.md -------------------------------------------------------------------------------- /_articles/wargames-dungeon-masters-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/wargames-dungeon-masters-guide.md -------------------------------------------------------------------------------- /_articles/wargames-players-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/wargames-players-guide.md -------------------------------------------------------------------------------- /_articles/windows-virtual-machine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_articles/windows-virtual-machine.md -------------------------------------------------------------------------------- /_categories/appdev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_categories/appdev.md -------------------------------------------------------------------------------- /_categories/architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_categories/architecture.md -------------------------------------------------------------------------------- /_categories/development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_categories/development.md -------------------------------------------------------------------------------- /_categories/handbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_categories/handbook.md -------------------------------------------------------------------------------- /_categories/partnerships.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_categories/partnerships.md -------------------------------------------------------------------------------- /_categories/platform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_categories/platform.md -------------------------------------------------------------------------------- /_categories/product.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_categories/product.md -------------------------------------------------------------------------------- /_categories/reporting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_categories/reporting.md -------------------------------------------------------------------------------- /_categories/security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_categories/security.md -------------------------------------------------------------------------------- /_categories/team.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_categories/team.md -------------------------------------------------------------------------------- /_components/alert_component.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_components/alert_component.html.erb -------------------------------------------------------------------------------- /_components/alert_component.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_components/alert_component.rb -------------------------------------------------------------------------------- /_components/base_component.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_components/base_component.rb -------------------------------------------------------------------------------- /_components/breadcrumb_component.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_components/breadcrumb_component.html.erb -------------------------------------------------------------------------------- /_components/breadcrumb_component.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_components/breadcrumb_component.rb -------------------------------------------------------------------------------- /_components/breadcrumb_item_component.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_components/breadcrumb_item_component.html.erb -------------------------------------------------------------------------------- /_components/breadcrumb_item_component.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_components/breadcrumb_item_component.rb -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_config.yml -------------------------------------------------------------------------------- /_data/highlight_categories.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_data/highlight_categories.yml -------------------------------------------------------------------------------- /_data/sprint_teams.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_data/sprint_teams.yml -------------------------------------------------------------------------------- /_includes/article_url.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_includes/article_url.txt -------------------------------------------------------------------------------- /_includes/articles_category.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_includes/articles_category.md -------------------------------------------------------------------------------- /_includes/tag.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_includes/tag.html -------------------------------------------------------------------------------- /_includes/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_includes/toc.html -------------------------------------------------------------------------------- /_includes/uswds-icon.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_includes/uswds-icon.html -------------------------------------------------------------------------------- /_layouts/article.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_layouts/article.html -------------------------------------------------------------------------------- /_layouts/category.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_layouts/category.html -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_layouts/default.html -------------------------------------------------------------------------------- /_layouts/redirect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_layouts/redirect.html -------------------------------------------------------------------------------- /_plugins/content_typography.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_plugins/content_typography.rb -------------------------------------------------------------------------------- /_plugins/copy_files.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_plugins/copy_files.rb -------------------------------------------------------------------------------- /_plugins/search_index.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_plugins/search_index.rb -------------------------------------------------------------------------------- /_plugins/view_component.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/_plugins/view_component.rb -------------------------------------------------------------------------------- /assets/js/setup.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/assets/js/setup.ts -------------------------------------------------------------------------------- /assets/js/timezone.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/assets/js/timezone.ts -------------------------------------------------------------------------------- /assets/js/typings/anchor-js/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/assets/js/typings/anchor-js/index.d.ts -------------------------------------------------------------------------------- /assets/scss/main.css.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/assets/scss/main.css.scss -------------------------------------------------------------------------------- /cspell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/cspell.json -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/favicon.ico -------------------------------------------------------------------------------- /federalist.json: -------------------------------------------------------------------------------- 1 | { 2 | "fullClone": true 3 | } 4 | -------------------------------------------------------------------------------- /images/acceptance-thread.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/acceptance-thread.jpg -------------------------------------------------------------------------------- /images/announce-recycle-workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/announce-recycle-workflow.png -------------------------------------------------------------------------------- /images/announce-release-pr-workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/announce-release-pr-workflow.png -------------------------------------------------------------------------------- /images/auto_terraform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/auto_terraform.png -------------------------------------------------------------------------------- /images/aws-cloudwatch-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/aws-cloudwatch-home.png -------------------------------------------------------------------------------- /images/aws-cloudwatch-logs-insights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/aws-cloudwatch-logs-insights.png -------------------------------------------------------------------------------- /images/aws-cloudwatch-query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/aws-cloudwatch-query.png -------------------------------------------------------------------------------- /images/cloudfront-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/cloudfront-diagram.png -------------------------------------------------------------------------------- /images/cloudwatch-saved-queries-users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/cloudwatch-saved-queries-users.png -------------------------------------------------------------------------------- /images/declare-incident-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/declare-incident-menu.png -------------------------------------------------------------------------------- /images/declare-incident-slash-command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/declare-incident-slash-command.png -------------------------------------------------------------------------------- /images/example-use-of-compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/example-use-of-compare.png -------------------------------------------------------------------------------- /images/github-all-activity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/github-all-activity.png -------------------------------------------------------------------------------- /images/github-participating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/github-participating.png -------------------------------------------------------------------------------- /images/github-repo-permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/github-repo-permissions.png -------------------------------------------------------------------------------- /images/gmail-github-filters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/gmail-github-filters.png -------------------------------------------------------------------------------- /images/gpo_envelope.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/gpo_envelope.jpg -------------------------------------------------------------------------------- /images/gpo_letter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/gpo_letter.jpg -------------------------------------------------------------------------------- /images/gpo_letter_request_rate_limited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/gpo_letter_request_rate_limited.png -------------------------------------------------------------------------------- /images/hybrid-handoff-limited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/hybrid-handoff-limited.png -------------------------------------------------------------------------------- /images/idp-artifact-building-architecture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/idp-artifact-building-architecture.jpg -------------------------------------------------------------------------------- /images/idv-doc-auth-limited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/idv-doc-auth-limited.png -------------------------------------------------------------------------------- /images/idv-proof-address-rate-limited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/idv-proof-address-rate-limited.png -------------------------------------------------------------------------------- /images/incident-process-flow-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/incident-process-flow-diagram.png -------------------------------------------------------------------------------- /images/oncall-rotation-slack-weekly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/oncall-rotation-slack-weekly.png -------------------------------------------------------------------------------- /images/otp-limited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/otp-limited.png -------------------------------------------------------------------------------- /images/reporting-dashboard-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/reporting-dashboard-diagram.png -------------------------------------------------------------------------------- /images/ruby-worker-proofing-async-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/ruby-worker-proofing-async-diagram.png -------------------------------------------------------------------------------- /images/ruby-worker-risc-async-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/ruby-worker-risc-async-diagram.png -------------------------------------------------------------------------------- /images/slack-pki-cert-alert.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/slack-pki-cert-alert.jpg -------------------------------------------------------------------------------- /images/verify-info-rate-limited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/images/verify-info-rate-limited.png -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/index.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/package.json -------------------------------------------------------------------------------- /public/user_provisioning_example.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/public/user_provisioning_example.csv -------------------------------------------------------------------------------- /spec/html_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/spec/html_spec.rb -------------------------------------------------------------------------------- /spec/markdown_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/spec/markdown_spec.rb -------------------------------------------------------------------------------- /spec/plugins/view_component_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/spec/plugins/view_component_spec.rb -------------------------------------------------------------------------------- /spec/spec_helper.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/spec/spec_helper.rb -------------------------------------------------------------------------------- /spec/sprint_teams_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/spec/sprint_teams_spec.rb -------------------------------------------------------------------------------- /spec/support/matchers.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/spec/support/matchers.rb -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GSA-TTS/identity-handbook/HEAD/tsconfig.json --------------------------------------------------------------------------------