main
access-manager-api - Simple Multi-Realm Access Management Endpoint
access-manager-api provides functionality for the API by implementing a single set of endpoints for all ProxmoxAAS user management. It supports pve and ldap type users.
Installation
Prerequisites
- ProxmoxAAS-API
- Proxmox VE Cluster (v7.0+)
Installation - API
- Download
access-manager-apibinary andtemplate.config.jsonfile from releases - Rename
template.config.jsontoconfig.jsonand modify the following values:listenPort: port for access-manager-api to bind and listen on- In
pve:url: the URI to the Proxmox API, iehttps://pve.domain.net/api2/jsontoken: theproxmoxaas-apiuser(name), authentication realm (pam), token id, and token secrey key (uuid)paas-client-role: name of the Role which represents PAAS users, iePAAS-Client
Description
Languages
Go
99.4%
Makefile
0.6%