Rundeck:如何成功启用RSS提要?

Rundeck:如何成功启用RSS提要?,rss,rundeck,Rss,Rundeck,我正在Windows上使用Rundeck社区版。我想启用RSS功能,以便在web仪表板上显示数据。我已在rundeck-config.properties中启用了rss: #rss.enabled if set to true enables RSS feeds that are public (non-authenticated) #rss.enabled=false rss.enabled=true 然后我重新启动了JVM,可以看到它已正确启用: [2020-03-04 11:27:21.

我正在Windows上使用Rundeck社区版。我想启用RSS功能,以便在web仪表板上显示数据。我已在rundeck-config.properties中启用了rss:

#rss.enabled if set to true enables RSS feeds that are public (non-authenticated)
#rss.enabled=false
rss.enabled=true
然后我重新启动了JVM,可以看到它已正确启用:

[2020-03-04 11:27:21.572]  INFO BootStrap --- [           main] Starting Rundeck 3.2.1-20200113 (2020-01-13) ...
[2020-03-04 11:27:21.572]  INFO BootStrap --- [           main] using rdeck.base config property: C:/rundeck
[2020-03-04 11:27:21.588]  INFO BootStrap --- [           main] loaded configuration: C:\rundeck\etc\framework.properties
[2020-03-04 11:27:21.635]  INFO BootStrap --- [           main] **RSS feeds enabled**
[2020-03-04 11:27:21.635]  INFO BootStrap --- [           main] Using builtin realm authentication
[2020-03-04 11:27:21.635]  INFO BootStrap --- [           main] Preauthentication is disabled
[2020-03-04 11:27:21.697]  INFO BootStrap --- [           main] Rundeck is ACTIVE: executions can be run.
[2020-03-04 11:27:21.697]  WARN BootStrap --- [           main] The JVM default encoding is not UTF-8: windows-1252, you may not see output as expected for multibyte locales. Specify -Dfile.encoding=UTF-8 in the JVM options.
[2020-03-04 11:27:21.901]  WARN BootStrap --- [           main] [Development Mode] Usage of H2 database is recommended only for development and testing
[2020-03-04 11:27:22.057]  INFO BootStrap --- [           main] Rundeck startup finished in 880ms
Grails application running at http://myserver:4440 in environment: production
[2020-03-04 11:27:27.721] ERROR SetUserInterceptor --- [qtp499085946-36] Unauthenticated API request
[2020-03-04 11:27:27.752] ERROR AuthorizationInterceptor --- [qtp499085946-36] (unauthenticated) UNAUTHORIZED for menu/apiExecutionsRunningv14
[2020-03-04 11:27:41.433] DEBUG GrailsUsernamePasswordAuthenticationFilter --- [qtp499085946-40] Request is to process authentication
[2020-03-04 11:27:41.762] DEBUG GrailsUsernamePasswordAuthenticationFilter --- [qtp499085946-40] Authentication success. Updating SecurityContextHolder to contain: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@880103f9: Principal: org.springframework.security.core.userdetails.User@724e14b9: Username: myuser; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: admin,user; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@0: RemoteIpAddress: 10.x.x.x; SessionId: node01b80jsnk95hit1hxoo2gz3q3dt2; Granted Authorities: admin, user
[2020-03-04 11:28:29.955] ERROR SetUserInterceptor --- [qtp499085946-34] Unauthenticated API request
...
但是,在浏览“活动”页面时,无论应用了何种筛选临界值,都没有迹象表明提要处于活动状态。文档说明“如果已配置,RSS图标将提供指向符合当前筛选条件的事件的RSS视图的链接。”

如何成功启用RSS提要?

它似乎是一个丢失的图标(应该在下一版本中修复),我在3.0.X下进行了测试,工作正常。在3.2.3中,您可以在设置功能并工作后直接使用链接:

http://your-rundeck-host:4440/feed/index?projFilter=YourProject

编辑:关注问题。

再次获得极好的响应。谢谢你。按说明访问URL可提供正确的数据。