I used several times this plugin to restrict the access using roles to my folder and its jobs.
Today I installed it using the jenkins web console
I followed the classic steps but all users are able to view all folder with all jobs so roles are not working as expected. So my question is:
Did something change in the latest version of this plugin?
I follow the official steps:
And others that are the same
- https://stackoverflow.com/a/38516162/3957754
- https://medium.com/@vishwanathdeedat/jenkins-role-based-access-358936f07af
- https://www.lixu.ca/2018/09/jenkins-how-to-configure-role-based.html
- https://support.cloudbees.com/hc/en-us/articles/360036425292-Role-Based-Authorization-Strategy-Limit-folder-access?page=5
- https://www.thegeekstuff.com/2017/03/jenkins-users-groups-roles/
- https://www.guru99.com/create-users-manage-permissions.html
changes in 3.1.1 version
I'm not reviewed the source code yet, but UI change from Project to Item, but in official readme, continues with Project
Uninstall problems
When I try to uninstall it and install a previous version, my jenkins was unable to restart. I had to restore authorizationStrategy xml tag in my config.xml to revive my jenkins instance T_T