Skip to content

Commit

Permalink
Merge pull request #5158 from ministryofjustice/doc-review
Browse files Browse the repository at this point in the history
Runbook page review
  • Loading branch information
mikebell authored Jan 9, 2024
2 parents fa33844 + 22a0429 commit 276f9bb
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
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

0 comments on commit 276f9bb

Please sign in to comment.