feat(link): use keycloak for authentication to link

This commit is contained in:
Iain Learmonth 2026-05-12 22:59:03 +01:00
parent c3adb00948
commit 58f2fadfdf

View file

@ -3,11 +3,10 @@ POSTGRES_PASSWORD={{ podman_link_postgres_link_password }}
POSTGRES_DB={{ podman_link_postgres_link_database }}
NEXTAUTH_URL=https://{{ podman_link_web_hostname }}/link/api/auth
NEXTAUTH_SECRET={{ podman_link_nextauth_secret }}
{% if podman_link_google_client_id is defined %}
GOOGLE_CLIENT_ID={{ podman_link_google_client_id }}
GOOGLE_CLIENT_SECRET={{ podman_link_google_client_secret }}
{% endif %}
BRIDGE_FRONTEND_URL=http://link:3000
KEYCLOAK_ISSUER={{ podman_link_keycloak_issuer }}
KEYCLOAK_CLIENT_ID={{ podman_link_keycloak_id }}
KEYCLOAK_CLIENT_SECRET={{ podman_link_keycloak_secret }}
BRIDGE_FRONTEND_URL=http://link:3000/link
BRIDGE_SIGNAL_URL=http://signal-cli-rest-api:8081
BRIDGE_WHATSAPP_URL=http://bridge-whatsapp:5000
DATABASE_NAME={{ podman_link_postgres_link_database }}