tronnet/workflows: Static Analysis -- Golang / static-go (push) Successful in 30s
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
23 lines
537 B
JSON
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"
|
|
}
|
|
} |