You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
During the creation or modification of a Compute Ressource, after selecting the user token auth method and filling all fields with invalid token, I tested connection with the provided button.
It replied an Proxmox version Unknown is not semver suitable error.
To Reproduce
Steps to reproduce the behavior:
Go to Compute Resources, create or modify an existing one
Set authentication method to User token
Fill form with invalid user token
Use the Test connection button
See error:
Unable to save
ERF42-4050 [Foreman::Exception]: Proxmox version Unknown is not semver suitable
Expected behavior
Raise an error about invalid credentials.
The text was updated successfully, but these errors were encountered:
I have a few time now to work on it. Sponsor would help me to get more time. Thank you. I am working on v0.15.0. I have already fixed some major bugs. I test it and again and again before merging very soon.
I can confirm this bug, you can just use the 2nd option of access_ticket for a workaround as of now.
Firstly create a real Linux root_user (Proxmox won't do that for you)(your_new_root_user), then -> add that Linux user to Proxmox(your_new_root_user@pam), then
(assuming you you want to grant maximum permissions for testing without worring about security)
Go to datacenter -> permissions -> add -> user permissions and add: path \ , user: your_new_root_user@pam, Role: Administrator , Propagate checked
Describe the bug
During the creation or modification of a Compute Ressource, after selecting the
user token
auth method and filling all fields with invalid token, I tested connection with the provided button.It replied an
Proxmox version Unknown is not semver suitable
error.To Reproduce
Steps to reproduce the behavior:
Compute Resources
, create or modify an existing oneUser token
Test connection
buttonExpected behavior
Raise an error about invalid credentials.
The text was updated successfully, but these errors were encountered: