Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-01 | http-api: T6736: update config commands for dedicated REST API node | John Estabrook | |
2024-04-17 | https: Added information on configuring graphql, cors & request-body-size-limit | Alex W | |
2024-01-08 | https: add latest CLI changes | Christian Breunig | |
2023-11-22 | http: T5762: rename "virtual-host listen-port" -> "virtual-host port" | Christian Breunig | |
2023-11-21 | http: T5762: api: make API socket backend communication the one and only default | Christian Breunig | |
Why: Smoketests fail as they can not establish IPv6 connection to uvicorn backend server. https://github.com/vyos/vyos-1x/pull/2481 added a bunch of new smoketests. While debugging those failing, it was uncovered, that uvicorn only listens on IPv4 connections vyos@vyos# netstat -tulnp | grep 8080 (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN - As the CLI already has an option to move the API communication from an IP to a UNIX domain socket, the best idea is to make this the default way of communication, as we never directly talk to the API server but rather use the NGINX reverse proxy. | |||
2022-07-13 | Update https.rst | KyleM | |
"set service https api-restrict virtual-host rtr01.example.com" should be "set service https api-restrict virtual-host rtr01" | |||
2022-05-30 | http-api: Add action reset and socket description | Viacheslav Hletenko | |
2022-04-12 | Update https.rst | showipintbri | |
linting correction update | |||
2022-04-12 | Update https.rst | showipintbri | |
2021-09-04 | Merge pull request #608 from showipintbri/patch-3 | Robert Göhler | |
Grammar corrections | |||
2021-09-02 | Spelling Corrections | showipintbri | |
2021-09-02 | Grammar corrections | showipintbri | |
2021-02-28 | HTTP-API: short line | rebortg | |
2021-02-28 | HTTP-API: rewrite and add config multiple commands | rebortg | |
2020-12-11 | service: fix lint errors | rebortg | |
2020-11-30 | arrange services and protocols | rebortg | |