You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying out the EKS-A flux setup docs, I came across a bug. Non-classic Github PATs that allow fine-grained repo-scope tokens are rejected by the current validation scheme in EKS-A
github access token environment variable EKSA_GITHUB_TOKEN is invalid; must match format ^[A-Za-z0-9_]{40}$
This is happening due to the validation expecting the PAT to match against a specific regex which it doesn't.
While trying out the EKS-A flux setup docs, I came across a bug. Non-classic Github PATs that allow fine-grained repo-scope tokens are rejected by the current validation scheme in EKS-A
This is happening due to the validation expecting the PAT to match against a specific regex which it doesn't.
Here's an example of a PAT that can fail:
The text was updated successfully, but these errors were encountered: