更新 .env 示例文件以包含新的管理员用户 ID 和密码哈希,调整 docker-compose 配置以支持健康检查和网络设置,优化 Dex 配置以使用环境变量。此更改增强了 OIDC 认证的灵活性和安全性。

This commit is contained in:
BetterAndBetterII
2025-08-18 10:53:37 +00:00
committed by Yuzhong Zhang
parent 4da39f2d6a
commit bff23e9117
3 changed files with 27 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
issuer: http://localhost:5556
issuer: {{ .Env.OIDC_ISSUER }}
storage:
type: memory