Updated documentation for matrix-auth-plugin. See #16

This commit is contained in:
Praqma Release User 2018-02-14 15:50:02 +01:00
parent 3a3f3c9b7d
commit 925a17acd4
3 changed files with 32 additions and 1 deletions

View File

@ -173,5 +173,7 @@ Here is a list of plugin we have successfuly tested to support configuration-as-
- [x] ldap plugin ([details](demos/ldap/README.md))
- [x] mailer plugin with some limitations ([details](demos/mailer/README.md))
- [x] tfs plugin with some limitations ([details](demos/tfs/README.md))
- [x] workflow-cps-global-lib _aka_ "global libraries" ([details](demos/workflow-cps-global-lib/README.md))
- [x] workflow-cps-global-lib _aka_ "global libraries" ([details](demos/workflow-cps-global-lib/README.md))
- [x] matrix-auth-plugin ([details](demos/global-matrix-auth/README.md))
- [ ] role-strategy-plugin ([details](demos/role-strategy-auth/README.md))
- [ ] more to come soon...

View File

@ -0,0 +1,22 @@
# matrix-auth-plugin
## Limitations
Project based matrix authentication is on it's way.
## sample-configuration
```yaml
jenkins:
authorizationStrategy:
globalMatrix:
grantedPermissions:
- group:
name: "anonymous"
permissions:
- "Overall/Read"
- group
name: "authenticated"
permissions:
- "Overall/Administer"
```

View File

@ -0,0 +1,7 @@
# role-strategy-plugin
https://plugins.jenkins.io/role-strategy
## sample
TODO