Actions
Bug #32873
closedDo not check bookmark permissions
Difficulty:
easy
Triaged:
Yes
Description
view_bookmarks permission got dropped by this commit https://github.com/theforeman/foreman/commit/81512f75ef77af6d30aaa0d6ef6e3b991b184c85 . Rex still tries to use the permission
[1] pry(#<JobInvocationComposer>)> Bookmark.authorized(:view_bookmarks).to_sql => "SELECT \"bookmarks\".* FROM \"bookmarks\" WHERE (1=0) ORDER BY \"bookmarks\".\"name\" ASC"
Updated by Adam Ruzicka over 3 years ago
- Related to Bug #30387: User can view bookmarks without assigning view_bookmarks permission in a role added
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/602 added
Updated by Adam Ruzicka over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_plugin|b49e47e489712f2676a231a598750c826cddc9b9.
Updated by Adam Ruzicka over 3 years ago
- Fixed in Releases foreman_remote_execution-4.7.0 added
Actions