Capabilities not visible in UI
In the selenoid ui from moon I can not see the available capabilities.
@benzman81 which capabilities are you talking about? Selenoid UI is only showing code snippets of how to run browsers.
I would expect the available browsers and versions to be in the dropdown for creating code snippets. But they are not listed.

@benzman81 could you show your /status API output from moon-api container then?
@vania-pooh sorry for the delay. Here is the output:
{"total":4,"used":0,"queued":0,"pending":0,"browsers":{}}
@vania-pooh I got the reason for this. I set the value for "browsers.json" in config map to be empty because of issue #161 . Fully removing it also doesnt help.
@benzman81 ok, the issue is that we just don't support any kind of authentication in UI and simply output everything from browsers.json.