Updated documentation for matrix-auth-plugin. See #16
This commit is contained in:
parent
3a3f3c9b7d
commit
925a17acd4
|
|
@ -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...
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
```
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# role-strategy-plugin
|
||||
|
||||
https://plugins.jenkins.io/role-strategy
|
||||
|
||||
## sample
|
||||
|
||||
TODO
|
||||
Loading…
Reference in New Issue