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
When any of the checks run using token auth I get the following error:
Unable to authenticate the request due to an error: [invalid bearer token, square/go-jose: error in cryptographic primitive]\n
This is on a fresh kubernetes cluster - I've recreated the token / secret many times - I can use the token as a bearer with curl and this works absolutely fine. What can I do?
The text was updated successfully, but these errors were encountered:
So - although I've been completely ignored.. I've done some more testing after rebuilding my entire kubernetes cluster. If I use token substitution (labels) and pass in the bearer token and uri as labels I get an unauthorised error, if I pass in the actual token instead of using substitution it works fine.. can this please be looked at?
Hi - I have the following issue:
When any of the checks run using token auth I get the following error:
Unable to authenticate the request due to an error: [invalid bearer token, square/go-jose: error in cryptographic primitive]\n
This is on a fresh kubernetes cluster - I've recreated the token / secret many times - I can use the token as a bearer with curl and this works absolutely fine. What can I do?
The text was updated successfully, but these errors were encountered: