-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker version API enhancement #26
Comments
Hi @svoropaev, new variables has been implemented
After booting docker-compose up - it's possible to create default credentials using variables from yaml file via single POST request
...right after this you can use them in other requests:
Full docker-compose.override.yml looks like this:
|
Off topic, have you tried to integrate Topolograph with OSPF Watcher to get historical topology changes dashboard? |
Tagged v2.25.1 |
|
Hi!
API needs the credential and there is no way to create a user/password at the moment of Docker image deployment.
Now we need to create username/password via WEB interface and use the API then. It makes automatic deployment almost impossible. It would be fine to have a default username/password for local Docker image or it would be fine to be able to configure it in docker-compose.yml.
The same is for ip address range for authorised API users. Would be fine to have it enabled by default for 0.0.0.0/0 or to hve an ability to configure it in docker-compose.yml during the deployment.
Also Swagger ReST links (click "try it out") have a "topolograph" http://topolograph.com/api/ in the URL instead of localhost/127.0.0.1/or any other hostname which is used to reach the page.
The text was updated successfully, but these errors were encountered: