CruiseControl 用户/密码
我正在尝试将用户/密码添加到我正在工作的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是原始 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