> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Access Manager via Helm

> Helm chart installation and version reference for Access Manager.

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

***

```yaml theme={null}
access-manager:
  auth:
    image:
      tag: "2.4.4"
  identity:
    image:
      tag: "2.1.1"
```

## OCI registry

***

```bash theme={null}
oci://registry-1.docker.io/lerianstudio/plugin-access-manager
```

## Installation

***

```bash theme={null}
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 version | appVersion | Auth  | Identity |
| :------------ | :--------- | :---- | :------- |
| 6.0.0         | 2.3.0      | 2.4.4 | 2.1.1    |
| 5.2.2         | -          | 2.4.4 | 2.1.1    |
| 4.0.0         | -          | 2.2.0 | 2.0.0    |

For the full cross-product compatibility matrix, see [Version compatibility](/en/platform/helm/helm-version-compatibility).

## Resources

***

* [Access Manager documentation](/en/platform/access-manager/access-manager)
* [Helm chart repository](https://github.com/LerianStudio/helm)
