Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-22402

Reverse Proxy Authentication: The plugin should not save the authorities in the config.xml

      The Plugin saves all authorities of all users in the config.xml file of Jenkins. As our users have a lot of authorities/groups the file is getting very big.
      And as the plugin is loading all authorities dynamicly and do not use the authorities in the config.xml they are not requiered there.

          [JENKINS-22402] Reverse Proxy Authentication: The plugin should not save the authorities in the config.xml

          Code changed in jenkins
          User: chrissy25
          Path:
          src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm.java
          http://jenkins-ci.org/commit/reverse-proxy-auth-plugin/4bc4c84adf73171c20ecce765bc2e6ae092e6c4b
          Log:
          JENKINS-22402 do not store authorities in the config.xml

          JENKINS-22402
          The authorities of each user are not required in the config.xml of
          Jenkins and just blowing up the file.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: chrissy25 Path: src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm.java http://jenkins-ci.org/commit/reverse-proxy-auth-plugin/4bc4c84adf73171c20ecce765bc2e6ae092e6c4b Log: JENKINS-22402 do not store authorities in the config.xml JENKINS-22402 The authorities of each user are not required in the config.xml of Jenkins and just blowing up the file.

          Code changed in jenkins
          User: Wilder Rodrigues
          Path:
          src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm.java
          http://jenkins-ci.org/commit/reverse-proxy-auth-plugin/698184eecf3b217d996b6ae74b5bbe9b7b2fe22d
          Log:
          Merge pull request #15 from chrissy25/master

          JENKINS-22402 do not store authorities in the config.xml

          Compare: https://github.com/jenkinsci/reverse-proxy-auth-plugin/compare/f5540331b3d2...698184eecf3b

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Wilder Rodrigues Path: src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm.java http://jenkins-ci.org/commit/reverse-proxy-auth-plugin/698184eecf3b217d996b6ae74b5bbe9b7b2fe22d Log: Merge pull request #15 from chrissy25/master JENKINS-22402 do not store authorities in the config.xml Compare: https://github.com/jenkinsci/reverse-proxy-auth-plugin/compare/f5540331b3d2...698184eecf3b

          Code changed in jenkins
          User: Jesse Glick
          Path:
          src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm.java
          http://jenkins-ci.org/commit/reverse-proxy-auth-plugin/8a4290ffbca4da2b69b6d1966a3f5391b8d52e2b
          Log:
          JENKINS-22402 authContext and authorityUpdateCache should be transient too.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm.java http://jenkins-ci.org/commit/reverse-proxy-auth-plugin/8a4290ffbca4da2b69b6d1966a3f5391b8d52e2b Log: JENKINS-22402 authContext and authorityUpdateCache should be transient too.

          Code changed in jenkins
          User: Wilder Rodrigues
          Path:
          src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm.java
          http://jenkins-ci.org/commit/reverse-proxy-auth-plugin/f31a7875d611950818041dc360eee5bc16b7ef96
          Log:
          Merge pull request #29 from jglick/transience-JENKINS-22402

          JENKINS-22402 authContext and authorityUpdateCache should be transient too

          Compare: https://github.com/jenkinsci/reverse-proxy-auth-plugin/compare/24f14134fb0a...f31a7875d611

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Wilder Rodrigues Path: src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm.java http://jenkins-ci.org/commit/reverse-proxy-auth-plugin/f31a7875d611950818041dc360eee5bc16b7ef96 Log: Merge pull request #29 from jglick/transience- JENKINS-22402 JENKINS-22402 authContext and authorityUpdateCache should be transient too Compare: https://github.com/jenkinsci/reverse-proxy-auth-plugin/compare/24f14134fb0a...f31a7875d611

          Oleg Nenashev added a comment -

          This fix has been released in 1.6.0

          Oleg Nenashev added a comment - This fix has been released in 1.6.0

            Unassigned Unassigned
            chrissy Christian Meyer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: