Commit Graph

13 Commits

Author SHA1 Message Date
alu 13ef5fce09 fix == and != to === and !==, add check to eslint 2026-06-10 16:49:47 +00:00
alu 132e25b7f2 add failure path to approveResources if there was an error retrieving pool state from proxmox or fabric 2026-06-10 16:43:03 +00:00
alu 46295fabde improve various error logging messages 2026-05-26 19:13:52 +00:00
alu 24ed6907c7 initial updates to api v2.0.0:
-  switch access backend to access-manager-api
- change resource quota to pool based
-  simplify backend system
- various cleanup
2026-05-24 19:08:39 +00:00
alu b0b4c68f15 finish updating pve backend with fabric 2025-02-14 21:56:39 +00:00
alu cfcf08b373 prepare pve backend and utils for paas fabric 2025-02-06 00:53:25 +00:00
alu 8f7ea51787 add missing valid pve token check to checkAuth 2024-07-08 19:25:23 +00:00
alu c8404c366f update readme with new permissions required for proxmox 8,
improve handling of proxmox responses
2024-07-01 19:03:36 +00:00
alu 01f55aa0cb add return values to backend docstring,
fix return values of all backends
2024-06-04 23:09:55 +00:00
alu b12f38e608 add getUserObjFromUsername util function,
update all backends to use userObj,
add user backend manager wrapper which calls all linked backends dealing with user data,
list backend handlers for each realm
2024-06-03 18:09:28 +00:00
alu a31d5a3336 fix issues in backend implementions,
auth endpoint now fetches all relevant backend tokens
2024-01-17 20:21:55 +00:00
alu b27172dd9e fix various formatting,
add interface for generic backends,
add interfaces for DB and AUTH type backends,
implement basic user password change method
2024-01-09 00:47:33 +00:00
alu a0109d3546 major rework of backend loading and usage:
- split config from user data to config.json, add config.hson.template
- moved default user data localdb to root folder
- moved pve, localdb, ldap backend handlers to backends sub folder
- add dynamic loading of all backends
- add dynamic mapping for auth backends to support multiple auth sources
- update affected endpoints
2024-01-06 22:36:18 +00:00