From 767d4d864d7b600fb85e44353bd285d6e8f62c5a Mon Sep 17 00:00:00 2001 From: Sharang Parnerkar Date: Sun, 8 Mar 2026 00:26:19 +0100 Subject: [PATCH] Add Keycloak and OpenTelemetry env vars to .env.example Co-Authored-By: Claude Opus 4.6 --- .env.example | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.env.example b/.env.example index 6902ae0..e8d8ec7 100644 --- a/.env.example +++ b/.env.example @@ -37,3 +37,14 @@ GIT_CLONE_BASE_PATH=/tmp/compliance-scanner/repos # Dashboard DASHBOARD_PORT=8080 AGENT_API_URL=http://localhost:3001 + +# Keycloak (required for authentication) +KEYCLOAK_URL=http://localhost:8080 +KEYCLOAK_REALM=compliance +KEYCLOAK_CLIENT_ID=compliance-dashboard +REDIRECT_URI=http://localhost:8080/auth/callback +APP_URL=http://localhost:8080 + +# OpenTelemetry (optional - omit to disable) +# OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317 +# OTEL_SERVICE_NAME=compliance-agent