Create a default authenticated user role (basically the opposite of anonymous). Authenticated users should be able to perform certain operations without having be managed individually as is the current case with the role-strategy plugin.
      This will be handy for cases like tracking who has started builds, as only authenticated users might be given that permission. With the current implementation while one can limit who can run builds, the reality is that for a large and changing user base, this can be a significant amount of work.

          [JENKINS-13029] Add a default authenticated user role

          Tony Lampada added a comment - - edited

          Just a heads up - this issue has a U$50 bounty placed by VanessaDeagan on FreedomSponsors.
          http://www.freedomsponsors.org/core/offer/8/add-a-default-authenticated-user-role

          If you need this fixed too, you can support the Jenkins project by joining her as a sponsor

          Tony Lampada added a comment - - edited Just a heads up - this issue has a U$50 bounty placed by VanessaDeagan on FreedomSponsors . http://www.freedomsponsors.org/core/offer/8/add-a-default-authenticated-user-role If you need this fixed too, you can support the Jenkins project by joining her as a sponsor

          What is wrong with just using built in "authenticated" account?

          Just assign it to whatever roles you wish and all authenticated users gain those roles.

          Michael Lasevich added a comment - What is wrong with just using built in "authenticated" account? Just assign it to whatever roles you wish and all authenticated users gain those roles.

          Oleg Nenashev added a comment - - edited

          "authenticated" SID is supported by newest versions of Jenkins (definitely, it is supported in 1.480.1+).

          If you need such behavior for old versions, you could use "User macro", which will be added in 1.2.x (https://github.com/jenkinsci/role-strategy-plugin/pull/3). Please notify me if such functionality is required.

          Oleg Nenashev added a comment - - edited "authenticated" SID is supported by newest versions of Jenkins (definitely, it is supported in 1.480.1+). If you need such behavior for old versions, you could use "User macro", which will be added in 1.2.x ( https://github.com/jenkinsci/role-strategy-plugin/pull/3 ). Please notify me if such functionality is required.

            oleg_nenashev Oleg Nenashev
            spots107 Jason Spotswood
            Votes:
            10 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: