Skip to content

Commit

Permalink
Merge pull request #2450 from alphagov/update-troubleshooting-doc
Browse files Browse the repository at this point in the history
Update Troubleshooting docs
  • Loading branch information
deborahchua authored Oct 19, 2023
2 parents b8adffc + 0ca2cbd commit 3c3f550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ If the email was sent in the last 7 days, it can be retrieved by searching for t

#### Rails console

First, open a Rails console:
First, open a Rails console - you will need to [configure your EKS access](https://docs.publishing.service.gov.uk/kubernetes/cheatsheet.html#set-your-aws-environment-and-role):

```
gds govuk c app-console -e <environment> signon
kubectl exec -it deploy/signon -- rails c
```

Run the following to obtain a token:
Expand Down

0 comments on commit 3c3f550

Please sign in to comment.