Page MenuHomeVyOS Platform
Feed Search

May 1 2024

nvollmar added a comment to T2468: Passwords with special characters fail in commit-archive.

Thanks for the hints, that makes sense. Let's see how that can be implemented :)

May 1 2024, 9:26 AM · VyOS Rolling, Bugs
nvollmar added a comment to T2468: Passwords with special characters fail in commit-archive.

Proposal:

set system config-management commit-archive uri "stor01z-cs.int.trae32566.org/cr01b-vyos"
set system config-management commit-archive scheme "sftp"
set system config-management commit-archive username "cr01b"
set system config-management commit-archive password "$T3$TP@$$W0^%"
May 1 2024, 8:15 AM · VyOS Rolling, Bugs
nvollmar added a comment to T2468: Passwords with special characters fail in commit-archive.

We could improve it by breaking up configuration, having the user providing a URI, Protocol and optional username/password as separate values.
Then we can properly encode username/password. This would also give more flexibility how username/password are handled and passed on.

May 1 2024, 8:06 AM · VyOS Rolling, Bugs
nvollmar added a comment to T2468: Passwords with special characters fail in commit-archive.

In both cases it is kind of an user error, the password would have to be properly url encoded if provided in one (@ should be %40 in an URI, a ! should be %21).

May 1 2024, 8:04 AM · VyOS Rolling, Bugs
nvollmar committed rVYOSONEX0be0cdb932ca: haproxy: T6179: fix rule generation.
May 1 2024, 6:13 AM

Apr 21 2024

nvollmar committed rVYOSONEX050f24770aec: T6246: improve haproxy http check configuration.
Apr 21 2024, 10:51 AM

Apr 19 2024

nvollmar committed rVYOSONEX785616393557: T6246: adds basic haproxy http-check configuration.
Apr 19 2024, 11:48 AM

Apr 17 2024

nvollmar created T6246: Add support for server health checks to reverse proxy.
Apr 17 2024, 11:51 AM · VyOS 1.4 Sagitta (1.4.0-epa3)