1. 02 May, 2016 1 commit
  2. 28 Apr, 2016 1 commit
  3. 27 Apr, 2016 2 commits
  4. 26 Apr, 2016 5 commits
  5. 25 Apr, 2016 6 commits
  6. 22 Apr, 2016 4 commits
  7. 21 Apr, 2016 6 commits
  8. 20 Apr, 2016 4 commits
  9. 19 Apr, 2016 5 commits
  10. 17 Apr, 2016 1 commit
  11. 15 Apr, 2016 5 commits
    • Merge pull request #2954 from edx/clintonb/discovery-elasticsearch · fd988d98
      Updated Elasticsearch settings for discovery service
      Clinton Blackburn committed
    • Merge pull request #2956 from edx/jibsheet/nginx-p3p · 59422e16
      Add P3P headers to the IDAs
      Kevin Falcone committed
    • Merge pull request #2959 from open-craft/jill/olive-34-github-oauth · 0f6510f0
      Secures Jenkins Analytics using Github OAuth plugin
      
      * Configures github oauth as default jenkins auth realm (was unix system user)
      * Uses the Matrix Authorization Strategy at 3 levels: anonymous, administrator,
        and job builder.
      * Allows configuration of the list of users/groups and permissions granted to
        each authorization level.
      * Adds ssh private key to jenkins user, to maintain CLI tool access
      * Sets jenkins password only if using old unix system user realm; locks the
        jenkins system user when using github oauth.
      * Adds jenkins public key to Jenkins user config.xml, and creates that user
        config.xml file if it's missing (required to bootstrap jenkins user CLI access)
      * Renames the existing JENKINS_ANALYTICS_GITHUB_* credential variables to
        JENKINS_ANALYTICS_GITHUB_CREDENTIAL_* to avoid confusing them with the Github
        OAUTH variables.
      Jillian Vogel committed
    • Uses Github OAuth plugin to secure Jenkins · a2caff27
      * Configures github oauth as default jenkins auth realm (was unix system user)
      * Uses the Matrix Authorization Strategy at 3 levels: anonymous, administrator,
        and job builder.
      * Allows configuration of the list of users/groups and permissions granted to
        each authorization level.
      * Adds ssh private key to jenkins user, to maintain CLI tool access
      * Sets jenkins password only if using old unix system user realm; locks the
        jenkins system user when using github oauth.
      * Adds jenkins public key to Jenkins user config.xml, and creates that user
        config.xml file if it's missing (required to bootstrap jenkins user CLI access)
      * Renames the existing JENKINS_ANALYTICS_GITHUB_* credential variables to
        JENKINS_ANALYTICS_GITHUB_CREDENTIAL_* to avoid confusing them with the Github
        OAUTH variables.
      Jillian Vogel committed