For the complete documentation index, see llms.txt. This page is also available as Markdown.

Versions

IAM Service Versions

Source, images, and the Helm chart live in iam (the former iam-service repository is archived).

Helm version
IAM Runtime Versions
Last modified
Description

02-Sep-2026

In progress. Active development branch on iam; published chart is 0.0.0-develop.N and images are tagged develop.

04-Sep-2026

  1. openg2p-fastapi-common bumped to 1.2.1

  2. DB sessions use the shared get_async_session_maker across services

02-Sep-2026

  1. Separate agent vs staff auth cookies; return 401 when a token cannot be verified

  2. Agent API auth matches staff (logout, logged-in user); seed the agent-realm login provider

  3. Fix Keycloak base URL templating; point the agent app at the agent portal host

01-Sep-2026

  1. IAM Staff UI — admin console for applications, roles, permissions, login providers, and data policies

  2. Data policies — ALLOW/DISALLOW filters published to Keycloak; evaluate API for PEPs

  3. Agent portal API shipped in Helm on by default

  4. openg2p-fastapi-common 1.2.0 — partner JWT verification via CryptoFactory

17-Jul-2026

  1. Refresh tokens persisted in Redis with auto-refresh in middleware; logout + configurable refresh TTL

  2. CSRF protection for authenticated requests

  3. DataPolicyMiddleware and data-policy role helpers

  4. Staff portal app-registration auth/CSRF fixes; operational roles for register metadata and reference data

19-Jun-2026

  1. Auth middleware fix — AuthMiddleware now correctly resolves nested FastAPI routes (needed for FastAPI 0.137+), so permission checks hit the right endpoint handler

  2. Dependency bump — openg2p-fastapi-common updated from v1.1.6v1.1.7 in Dockerfiles, CI workflows, and Helm chart

15-Jun-2026

  1. Added Auth verify as optional parameter

  2. Restructured the codebase and deployment

08-May-2026

  1. Removed user_type and all the business logic depending on it

  2. Improvement in middleware handling

  3. OIDC specification refinement

17-Apr-2026

  1. IAM Staff Portal API - gateway for Staff Login using the Staff Portal - Interfaces with ID Providers for Token issuance and validation

  2. Bug fixes as part of QA

On the develop branch the published chart version is 0.0.0-develop.<run-number> and every Docker image is tagged develop (the image tag matches the iam repository ref — a branch name or git tag). Tagged releases carry semantic versions here. The Last modified date of the develop row should be updated whenever that version changes.

Last updated

Was this helpful?