Files
access-manager-api/Readme.md
T
2026-07-06 23:59:31 +00:00

944 B

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

Installation - API

  1. Download access-manager-api binary and template.config.json file from releases
  2. Rename template.config.json to config.json and modify the following values:
    1. listenPort: port for access-manager-api to bind and listen on
    2. In pve:
      • url: the URI to the Proxmox API, ie https://pve.domain.net/api2/json
      • token: the proxmoxaas-api user(name), authentication realm (pam), token id, and token secrey key (uuid)
      • paas-client-role: name of the Role which represents PAAS users, ie PAAS-Client