iac/apps/django/wb/zitadel-configmap.yaml
2026-08-12 16:35:37 +05:00

20 lines
715 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
# Хост Zitadel для wb — zitadel-srx.wb.ru (подтверждено).
# client_id пока оставлен от base (тестовый контур) — это ID OAuth-клиента,
# зарегистрированного в конкретном Zitadel-инстансе, его нужно завести/уточнить
# отдельно для zitadel-srx.wb.ru перед реальным включением django на wb.
apiVersion: v1
kind: ConfigMap
metadata:
name: zitadel-configmap
namespace: django
data:
config.json: |
{
"auth_type": "zitadel",
"zitadel": {
"client_id": "379557107642492501",
"host": "https://zitadel-srx.wb.ru"
}
}