Page MenuHomeVyOS Platform

nvollmar (Nicolas Vollmar)
User

Projects

User does not belong to any projects.

User Details

User Since
Wed, Apr 17, 11:00 AM (2 w, 4 h)

Recent Activity

Today

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 :)

Wed, May 1, 9:26 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
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^%"
Wed, May 1, 8:15 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
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.

Wed, May 1, 8:06 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
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).

Wed, May 1, 8:04 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus

Wed, Apr 17

nvollmar created T6246: Enable basic haproxy http-check configuration options.
Wed, Apr 17, 11:51 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus