/
t3
/
token-server
Обзор
Документация
Войти
/
t3
/
token-server
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
main
.env.example
12 строк
410 B
Ivan Shibkikh
auth: phase 3
25 июл 2026, 22:52
25 июл 2026, 22:52
a53c429
Код
Авторство
О чём код?
# STS environment variables. # Copy this file to .env and fill in real values. # Environment: "development" (auto-generates RSA keys) or "production". ENV=development # Shared secret between Gateway and STS (protects /token* endpoints). # Generate with: make gen-token STS_SERVICE_TOKEN=change-me-sts-service-token # IAM service token (STS → IAM /auth/check). IAM_SERVICE_TOKEN=change-me-iam-service-token