Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runbook page review #5158

Merged
merged 4 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions runbooks/source/access-eks-cluster.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Access EKS Cluster
weight: 8600
last_reviewed_on: 2023-10-03
last_reviewed_on: 2024-01-09
review_in: 3 months
---

Expand Down Expand Up @@ -93,6 +93,6 @@ users:
- "<Cluster name>"
```

Save the kubeconfig with a filename (eg.: ~/.kube/config_eks) and use it to access the EKS cluster.
Save the kubeconfig with a filename (eg.: `~/.kube/config_eks`) and use it to access the EKS cluster.

[files-folder]: https://github.com/ministryofjustice/cloud-platform-infrastructure/tree/main/terraform/aws-accounts/cloud-platform-aws/vpc/eks
2 changes: 1 addition & 1 deletion runbooks/source/change-alias-in-route53.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Change load balancer alias to the interface IP's in Route53.
weight: 358
last_reviewed_on: 2023-10-03
last_reviewed_on: 2024-01-09
review_in: 3 months
---

Expand Down
2 changes: 1 addition & 1 deletion runbooks/source/custom-default-backend.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Custom default-backend
last_reviewed_on: 2023-10-03
last_reviewed_on: 2024-01-09
weight: 9000
review_in: 3 months
---
Expand Down
2 changes: 1 addition & 1 deletion runbooks/source/destroy-concourse-build-data.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Destroy Concourse Build Data
weight: 9000
last_reviewed_on: 2023-10-03
last_reviewed_on: 2024-01-09
review_in: 3 months
---

Expand Down
2 changes: 1 addition & 1 deletion runbooks/source/divergence-error.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: How to Investigate Divergence Errors
weight: 210
last_reviewed_on: 2023-10-03
last_reviewed_on: 2024-01-09
review_in: 3 months
---

Expand Down
2 changes: 1 addition & 1 deletion runbooks/source/eks-cluster.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: EKS Cluster
weight: 350
last_reviewed_on: 2023-10-03
last_reviewed_on: 2024-01-09
review_in: 3 months
---

Expand Down
2 changes: 1 addition & 1 deletion runbooks/source/expand.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Expanding Persistent Volumes created using StatefulSets
weight: 600
last_reviewed_on: 2023-10-03
last_reviewed_on: 2024-01-09
review_in: 3 months
---

Expand Down
2 changes: 1 addition & 1 deletion runbooks/source/helm-repository.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Helm Charts Repository
weight: 710
last_reviewed_on: 2023-10-03
last_reviewed_on: 2024-01-09
review_in: 3 months
---

Expand Down
2 changes: 1 addition & 1 deletion runbooks/source/recycle-all-nodes.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Recycling all the nodes in a cluster
weight: 255
last_reviewed_on: 2023-10-06
last_reviewed_on: 2024-01-09
review_in: 3 months
---

Expand Down
2 changes: 1 addition & 1 deletion runbooks/source/recycle-node.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Manually run recycle node command
weight: 250
last_reviewed_on: 2023-10-03
last_reviewed_on: 2024-01-09
review_in: 3 months
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Revoke auth0 kubeconfig access token
weight: 275
last_reviewed_on: 2023-10-03
last_reviewed_on: 2024-01-09
review_in: 3 months
---

Expand All @@ -11,7 +11,7 @@ Use this runbook if we make changes to the Auth0 authorisation process and requi

## 1. Revoke existing tokens generated from github

GitHub is being used as an OIDC provider. Once youve logged in to GitHub, it provides an ID token(valid for 10 hours), which is a signed JWT containing your GitHub username and a a list of teams youre in.
GitHub is being used as an OIDC provider. Once you've logged in to GitHub, it provides an ID token(valid for 10 hours), which is a signed JWT containing your GitHub username and a a list of teams you're in.

To revoke the tokens you need MOJ organisation administrator access, if you are not a Github admin request some one in the team who are Github admin to do it for you.

Expand All @@ -21,7 +21,7 @@ Click on the "Revoke all user tokens" button, this will force users to reauthent

## 2. Recreate ​​auth0_client.kubernetes

Follow below steps to recreate ​​auth0_client.kubernetes to make users unauthorised using existing token/config.
Follow below steps to recreate auth0_client.kubernetes to make users unauthorised using existing token/config.

#### 1) Taint resources (terraform)

Expand Down
2 changes: 1 addition & 1 deletion runbooks/source/scheduled-pr-reminders.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Scheduled PR Reminders
weight: 9101
last_reviewed_on: 2023-10-03
last_reviewed_on: 2024-01-09
review_in: 3 months
---

Expand Down
Loading