Actions
Bug #19660
closedTokens does not work in rudder 7.0
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
system token does exist but when trying to use it, I get
# curl -k --header "0fdd855c-ccc2-47c4-bd3d-98f52c5570da-system" https://localhost/rudder/api/latest/settings <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 401 Unauthorized</title> </head> <body><h2>HTTP ERROR 401 Unauthorized</h2> <table> <tr><th>URI:</th><td>/rudder/api/latest/settings</td></tr> <tr><th>STATUS:</th><td>401</td></tr> <tr><th>MESSAGE:</th><td>Unauthorized</td></tr> <tr><th>SERVLET:</th><td>default</td></tr> </table> <hr><a href="https://eclipse.org/jetty">Powered by Jetty:// 9.4.32.v20200930</a><hr/> </body> </html>
same for API token
Updated by Nicolas CHARLES over 3 years ago
- Subject changed from system token does not work to Tokens does not work in rudder 7.0
- Description updated (diff)
Updated by Nicolas CHARLES over 3 years ago
- Status changed from New to Rejected
it was a typo in the api call
Actions