feat(sso): Google Accept Invite

This commit is contained in:
Jeremy Denquin 2024-03-21 12:14:28 +01:00
parent f2575a1224
commit 69556fb182
2 changed files with 3 additions and 1 deletions

2
api

@ -1 +1 @@
Subproject commit e0156a0359162245404251b8a52b4d83d47cdda7
Subproject commit fcecda1f7645c9f865f0668c917eb31ef15e7775

View File

@ -113,6 +113,8 @@ services:
- LAGO_KAFKA_BOOTSTRAP_SERVERS=redpanda:9092
- LAGO_KAFKA_RAW_EVENTS_TOPIC=events-raw
- LAGO_KAFKA_CLICKHOUSE_CONSUMER_GROUP=clickhouse
- GOOGLE_AUTH_CLIENT_ID=${GOOGLE_AUTH_CLIENT_ID:-}
- GOOGLE_AUTH_CLIENT_SECRET=${GOOGLE_AUTH_CLIENT_SECRET:-}
labels:
- "traefik.enable=true"
- "traefik.http.routers.api_http.rule=Host(`api.lago.dev`)"