mirror of
https://github.com/adminsyspro/proxcenter-ui.git
synced 2026-04-25 14:35:56 +03:00
[GH-ISSUE #3] PBS connection UI shows wrong token format (= instead of :) #114
Labels
No labels
bug
enhancement
feature-request
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxcenter-ui#114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ganondorofu on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/3
Title: PBS connection fails - API Token format unclear (= vs : separator)
Description:
I was getting authentication errors with PBS connection. The UI placeholder/example shows the token format as
user@realm!tokenid=xxxx, but changing=to:resolved the authentication issues.What I experienced:
root@pam!proxcenter=<secret>=to:→root@pam!proxcenter:<secret>@adminsyspro commented on GitHub (Feb 16, 2026):
Hi,
Indeed there is a difference between PVE and PBS with the separator of the token =/:
I will fix that.
Regards.