feat(link): use keycloak for authentication to link
This commit is contained in:
parent
c3adb00948
commit
58f2fadfdf
1 changed files with 4 additions and 5 deletions
|
|
@ -3,11 +3,10 @@ POSTGRES_PASSWORD={{ podman_link_postgres_link_password }}
|
||||||
POSTGRES_DB={{ podman_link_postgres_link_database }}
|
POSTGRES_DB={{ podman_link_postgres_link_database }}
|
||||||
NEXTAUTH_URL=https://{{ podman_link_web_hostname }}/link/api/auth
|
NEXTAUTH_URL=https://{{ podman_link_web_hostname }}/link/api/auth
|
||||||
NEXTAUTH_SECRET={{ podman_link_nextauth_secret }}
|
NEXTAUTH_SECRET={{ podman_link_nextauth_secret }}
|
||||||
{% if podman_link_google_client_id is defined %}
|
KEYCLOAK_ISSUER={{ podman_link_keycloak_issuer }}
|
||||||
GOOGLE_CLIENT_ID={{ podman_link_google_client_id }}
|
KEYCLOAK_CLIENT_ID={{ podman_link_keycloak_id }}
|
||||||
GOOGLE_CLIENT_SECRET={{ podman_link_google_client_secret }}
|
KEYCLOAK_CLIENT_SECRET={{ podman_link_keycloak_secret }}
|
||||||
{% endif %}
|
BRIDGE_FRONTEND_URL=http://link:3000/link
|
||||||
BRIDGE_FRONTEND_URL=http://link:3000
|
|
||||||
BRIDGE_SIGNAL_URL=http://signal-cli-rest-api:8081
|
BRIDGE_SIGNAL_URL=http://signal-cli-rest-api:8081
|
||||||
BRIDGE_WHATSAPP_URL=http://bridge-whatsapp:5000
|
BRIDGE_WHATSAPP_URL=http://bridge-whatsapp:5000
|
||||||
DATABASE_NAME={{ podman_link_postgres_link_database }}
|
DATABASE_NAME={{ podman_link_postgres_link_database }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue