mirror of
https://github.com/natrontech/pbs-exporter.git
synced 2026-04-25 18:35:51 +03:00
[GH-ISSUE #56] feature: Support multiple credentials for multiple endpoints #7
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pbs-exporter#7
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 @seebag on GitHub (Aug 30, 2024).
Original GitHub issue: https://github.com/natrontech/pbs-exporter/issues/56
Pbs-exporter authentication to PBS is based on Token access linked to a user.
Authentication credentials must be the same for all the endpoints.
As far as I know, there is no way to force the token value in PBS, instead it will be automatically generated by the user interface.
I found a way to force the token, writing directly inside the
/etc/proxmox-backup/token.shadowbut it seems not very straightforward.Did I miss something ?
@janfuhrer commented on GitHub (Dec 27, 2024):
Hi @seebag
you're right, at the moment the pbs-exporter only supports one credential. If you want to have multiple endpoints, you will need to deploy multiple instances of the pbs-exporter.
@danteali commented on GitHub (Sep 14, 2025):
If
at the moment the pbs-exporter only supports one credential. If you want to have multiple endpoints, you will need to deploy multiple instances of the pbs-exporter....What's the point of supporting multiple targets with the
target=URL query???It's entirely useless unless there is a way of adding multiple token values to the docker config.
Or you could add additional URL queries for token value, token name, and PBS username.