Files
access-manager-api/configs/template.config.json
T
alu 4783d79523
tronnet/workflows: Static Analysis -- Golang / static-go (push) Successful in 30s
refactor routes,
use json encoding for route body parameters,
implement modify user/group/pool operations,
simplify schema by using comon lib struct tags and RequireAll and AtLeastOne helper functions,
properly implement locadb as Backend interface
2026-08-21 20:49:15 +00:00

23 lines
537 B
JSON

{
"listenPort": 8083,
"sessionCookieName": "PAASAccessManagerTicket",
"sessionCookie": {
"path": "/",
"httpOnly": true,
"secure": false,
"maxAge": 7200
},
"pve": {
"url": "https://<proxmox host>/api2/json",
"token": {
"user": "proxmoxaas-api",
"realm": "pam",
"id": "token",
"uuid": "<secret-uuid>"
},
"paas-client-role": "<PAAS Client Role>"
},
"localdb": {
"path": "localdb.json"
}
}