openSUSE / orthos2

Orthos is a machine administration tool.
GNU General Public License v2.0
14 stars 12 forks source link

[CLI] Token not requested during CLI startup #221

Open SchoolGuy opened 1 year ago

SchoolGuy commented 1 year ago

When using password-based authentication, the CLI doesn't request a token for GET operations if none is present. This means that even though you pass your credentials you will not be able to make authenticated GET requests.

Workaround: Manually create a token in your user preferences and use it instead of your password.