CruiseControl 用户/密码

发布于 2024-12-03 08:50:26 字数 647 浏览 2 评论 0原文

我正在尝试将用户/密码添加到我正在工作的 Cruisecontrol 实例,但它没有达到预期的效果 - 我仍然可以在仪表板界面上单击“强制构建”。此用户/密码配置是否仅适用于 http://:8080/cruisecontrol 页面而不是仪表板?有什么方法可以增加仪表板的安全性吗?

以下是来自 shell 脚本的 java 调用:

/opt/java/jdk1.6.0_22/bin/java -Djavax.management.builder.initial=mx4j.server.MX4JMBeanServerBuilder -Dcc.library.dir=/opt/tools/cruisecontrol- bin-2.8.4/lib -Djetty.logs/cc_logs -Ddashboard.config=/dashboard-config.xml -Dcc.logdir=/cc_logs -Dcc.artifacts=/home/WCM-LONDON/kxdev/CC/cc_artifacts -jar /opt/tools/cruisecontrol-bin-2.8.4/lib/cruisecontrol-launcher.jar -configfile /config .xml -jmxport 8000 -webport 8080 -rmiport 1099 -用户 x -密码 y

谢谢

I'm trying to add user/password to my working cruisecontrol instance but it doesn't have the desired affect - I can still click "force build" on the dashboard interface. Is this user/password configuration only for the http://:8080/cruisecontrol page and not the dashboard? Is there any way to add security to the dashboard?

Here's the java call from the shell script:

/opt/java/jdk1.6.0_22/bin/java -Djavax.management.builder.initial=mx4j.server.MX4JMBeanServerBuilder -Dcc.library.dir=/opt/tools/cruisecontrol-bin-2.8.4/lib -Djetty.logs/cc_logs -Ddashboard.config=/dashboard-config.xml -Dcc.logdir=/cc_logs -Dcc.artifacts=/home/WCM-LONDON/kxdev/CC/cc_artifacts -jar /opt/tools/cruisecontrol-bin-2.8.4/lib/cruisecontrol-launcher.jar -configfile /config.xml -jmxport 8000 -webport 8080 -rmiport 1099 -user x -password y

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小嗷兮 2024-12-10 08:50:26

如果您使用的是原始 java 版本,那么简短的答案是否定的。

为了拥有此功能,您必须实现它并重建 Cruisecontrol.jar 文件。

但是 Cruisecontrol.net 支持您正在寻找的内容,例如 CC.NET 中的角色权限

If you are using the original java version then the short answer is no.

In order to have this functionality you would have to implement it and rebuild the cruisecontrol.jar file.

However Cruisecontrol.net supports what you are looking for e.g. Role permissions in CC.NET

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文