Project

General

Profile

Bug #19660

Updated by Nicolas CHARLES almost 3 years ago

system token it does exist but when trying to use it, I get 

 <pre> 
 # 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> 
 </pre> 

 same for API token

Back