Skip to content

Commit

Permalink
Add error message about expired token to troubleshooting doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenlj committed Nov 22, 2024
1 parent 30cd57d commit 567a427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/workloads/how-to/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ This link looks like `<<tenant_url('grafana', 'd/<dashboard_id>/deploy-tracing-d
| the server could not find the requested resource \(total of 1 errors\) | The resource is not specifying its namespace. |
| MountVolume.SetUp failed for volume "<some-secret>" : secret "<some-secret>" not found | See [secret not found](#secret-not-found). |
| no team specified, and unable to auto-detect from nais.yaml | The resource is missing the "team" label. |
| Error: fatal: Unauthenticated: authentication token has expired | The token issued at the start of the github workflow has a lifetime of 10 minutes. Is your workflow taking too long? |

## Secret not found

Expand Down

0 comments on commit 567a427

Please sign in to comment.