Skip to main content
Access Manager handles authentication, authorization, and identity management across all Lerian products. It includes an Auth service for token management and an Identity service for user/role administration.

Prerequisites


  • Standalone — can be installed independently of Midaz.
  • Kubernetes 1.30+ and Helm 3+.
  • PostgreSQL instance for identity data storage.

Key configuration


access-manager:
  auth:
    image:
      tag: "2.4.4"
  identity:
    image:
      tag: "2.1.1"

OCI registry


oci://registry-1.docker.io/lerianstudio/plugin-access-manager

Installation


helm install access-manager oci://registry-1.docker.io/lerianstudio/plugin-access-manager --version <version> -n access-manager --create-namespace
Replace <version> with the desired chart version from the table below.

Version compatibility


Chart versionappVersionAuthIdentity
6.0.02.3.02.4.42.1.1
5.2.2-2.4.42.1.1
4.0.0-2.2.02.0.0
For the full cross-product compatibility matrix, see Version compatibility.

Resources