configuration-as-code-plugin/demos/matrix-auth
Victor Martinez c71cfdb6de Move matrix-auth ITs to the demos (#1091) 2019-09-30 11:35:53 +01:00
..
README.md Move matrix-auth ITs to the demos (#1091) 2019-09-30 11:35:53 +01:00

README.md

Configure Matrix Authorization Strategy

Basic configuration of the Matrix Authorization Strategy plugin

sample configuration

jenkins:
  securityRealm:
    local:
      allowsSignup: false
      users:
        - id: test
          password: test

  authorizationStrategy:
    globalMatrix:
      permissions:
        - "Overall/Read:anonymous"
        - "Overall/Administer:authenticated"