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
Describe the bug
Successfully starts an apiserver from build (swagger documents accessable), but functional endpoints are unreachable, returning a 401 error code. Some tokens or configs required?
To Reproduce
Start a bioos apiserver locally.
Expected behavior
Functional web service.
Screenshots
The text was updated successfully, but these errors were encountered:
Please post auth section of your apiserver config.
401 indicate authn/authz failure. If you configure authn.basic as conf/apiserver-mysql.yaml, you must click Authorize button at the top of swagger web and set Basic auth value.
Describe the bug
Successfully starts an apiserver from build (swagger documents accessable), but functional endpoints are unreachable, returning a 401 error code. Some tokens or configs required?
To Reproduce
Start a bioos apiserver locally.
Expected behavior
Functional web service.
Screenshots
![401-error-get-workspace](https://private-user-images.githubusercontent.com/85736856/286205716-5fbc1246-c51d-477b-a31a-2b186642d133.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTMwMDIsIm5iZiI6MTczOTMxMjcwMiwicGF0aCI6Ii84NTczNjg1Ni8yODYyMDU3MTYtNWZiYzEyNDYtYzUxZC00NzdiLWEzMWEtMmIxODY2NDJkMTMzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDIyMjUwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM3YmVlNjEwNDM2MWQwNjkxM2U2NWJkMmE2NjI2NWIxMTcyNTBkMTNhZjJmY2Y1NTA0ODUzMTlkMWNiODc5MDEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.FTNqel6c3Ko2_AaBWcvLxZqqRAxawesr_C5VkbtOdMo)
The text was updated successfully, but these errors were encountered: