AuthZ Server
Permguard is composed of multiple services that together form the AuthZ Server. These services can be deployed either as a single instance using the all-in-one
distribution or separately, with each service running in its own instance.
Services can be configured using either environment variables or CLI options. Each CLI option has a corresponding environment variable named PERMGUARD_<OPTION_NAME>
. For example, the --debug
option maps to the PERMGUARD_DEBUG
environment variable.