关于认证系统集成问题 #11
JackeyTang
started this conversation in
General
Replies: 1 comment 2 replies
-
容器的环境变量都是配置在docker-compose.yml文件中对应部分的environment部分。请记住容器构建好之后不需要修改任何源码目录中的文件。 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
作者 你好,我按照文档(https://pkuhpc.github.io/SCOW/ )进行部署,遇到了一些问题。一开始我下载了github上的源码,安装好必要的docker环境,成功构建了镜像。然后我开始尝试着运行这些镜像,但是当我集成auth镜像的时候发现容器启动报错,根据报错信息,应该是要配置ldap认证的方式,所以我又找到了文档中测试用的ldap镜像,于是我构建并运行了该镜像,再次进行了测试发现,auth同样是启动报错,同样是没有配置认证方式,此时我想到是否是要配置相应的地址。让auth知道ldap服务在哪,于是我便找到了apps/auth/env/.env.test并修改了对应的地址(我把ldap集成到了docker-compose.yml,使用的地址便是服务的名称),之后我再次尝试启动auth发现仍然无法解决该问题
Beta Was this translation helpful? Give feedback.
All reactions