mawinter69 on master
[JENKINS-69102] disable implied… (compare)
mawinter69 on master
[JENKINS-69101] update pattern … (compare)
mawinter69 on master
manage roles cleanup move comm… (compare)
mawinter69 on master
Bump git from 4.11.2 to 4.11.4 … (compare)
mawinter69 on maven
Hi All
I have two questions.
Is it possible to remove 'anonymous' role ? I tried and it coming back.
I want to be able to log the information from the plugin and get useful information like when someone is assigned a role, or changes to authorisation.
I tried creating a Logger with almost all classes but it is not logging the activities.
Classes I tried but it did not work . Logger is not logging anything at all
com.michelin.cio.hudson.plugins.rolestrategy.Role;
com.michelin.cio.hudson.plugins.rolestrategy.RoleBasedAuthorizationStrategy;
com.synopsys.arc.jenkins.plugins.rolestrategy.RoleType
Hello, I am trying to setup SAML 2.0 authentication and Role based strategy plugin for Authorization. I am having an issue where I am unable to use the group names defined in the SAML 2.0. I am trying to understand how to configure SAML group attributes. The first thing i am trying to find out is what format is required for the role information.
@swaroopv2 You can visit /whoAmI to find out about the groups a user is being assigned
Is it possible to move from Role-Based Strategy to Folder Authorized Strategy without impacting existing users permissions because I had an issue while doing so where my Active Directory group which had admin permissions in Role-Based Strategy was not visible anymore under any roles when I changed to Folder Authorized Strategy, instead my own id which is part of the Active Directory group that has admin permissions was the only one showing up under Global Roles after changing to Folder Authorized Strategy.
It looks like changing from Role-Based Strategy to Folder Authorized Strategy results in the logged in user being added to the Folder Authorized Strategy Global role with admin permissions and all other roles from the Role-Based Strategy are wiped out --- any way around this?
Hi, I started setting up the "Folder Auth" plugin, but I don't seem to manage to assign permissions for child jobs. When people with that permission log in, they just see a blank list page. I expected them to be able to follow the tree to the jobs they are allowed to see/build.
Is this a known limitation?