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
We're pushing a change that will be valid in versions > 1.16.0 requiring the admins to pass an auth token to be able to view the logs and public UI,
additionally the /log/stream route will require the auth token in 'Authorization: Bearer your_auth_token'
This is to secure the previously insecure route
You can set the admin_token key in conf.json file before build, it is included in the build and for local development as well
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
We're pushing a change that will be valid in versions > 1.16.0 requiring the admins to pass an auth token to be able to view the logs and public UI,
additionally the /log/stream route will require the auth token in 'Authorization: Bearer your_auth_token'
This is to secure the previously insecure route
You can set the
admin_tokenkey in conf.json file before build, it is included in the build and for local development as wellAll reactions