summaryrefslogtreecommitdiff
path: root/docs/_include/need_improvement.txt
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-11-21 08:22:37 +0100
committerChristian Breunig <christian@breunig.cc>2023-11-21 08:23:54 +0100
commit2c61e8fa889b695121773ff60a06bd485f411d52 (patch)
treef01b970d2f0c03afc1f7335491ae66c9847adf3f /docs/_include/need_improvement.txt
parent2e905f826ef778dac256dab6f7c56a2ff757e12b (diff)
downloadvyos-documentation-2c61e8fa889b695121773ff60a06bd485f411d52.tar.gz
vyos-documentation-2c61e8fa889b695121773ff60a06bd485f411d52.zip
http: T5762: api: make API socket backend communication the one and only default
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. (cherry picked from commit 12ffd3e638dc00ae672b47c9dd2a64e0e68d0c01)
Diffstat (limited to 'docs/_include/need_improvement.txt')
0 files changed, 0 insertions, 0 deletions