-
Notifications
You must be signed in to change notification settings - Fork 249
Description
Describe the bug
The description "When making a "create" API call towards Scalelite, you can optionally pass a meta_server-tag parameter with a string value. " under https://github.com/blindsidenetworks/scalelite/blob/master/docs/tags-README.md does not apply, when scalelite has one server configured and that server has a tag applied.
Calling the create API from BBB will return a "No server available" in case no meta_server_tag ist send.
To Reproduce
Create a Scalelite - BBB Construction. No Frontend needed.
Connect the Scalelite with a tag over either:
servers:add['bbb.domain.com', 'abc','1','BBB1']
or
servers:sync['/tmp/scalelite-backend-server-configuration.yaml','force']
with a file content similar to this:
servers:
bbb.domain.com:
secret: abc
enabled: true
Over API Mate, try to connect to scalelite with the following Call:
You wiill see a No servers found response
Deployment:
Running Scalelite Services, Redis and Postgres in one big Compose.yml.
We are our own trust certificated network.
If you need specific informations, please ask.
None of the logs gave any output of the error.
Expected behavior
API Mate Response: