Add exporting individual attributes and a map endpoint (#26)
All checks were successful
/ Verify (push) Successful in 51s
All checks were successful
/ Verify (push) Successful in 51s
Based off #32 Also: * rework README.md * improve configuration error messages Closes #22 Reviewed-on: #26 Reviewed-by: June <june@noreply.git.hamburg.ccc.de>
This commit is contained in:
parent
510c045070
commit
c6f7d2f335
6 changed files with 117 additions and 140 deletions
|
|
@ -1605,7 +1605,7 @@
|
|||
"subComponents" : { },
|
||||
"config" : {
|
||||
"match-role" : [ "mailing-list-intern-member" ],
|
||||
"attribute-group" : [ "mailing-list-addresses" ],
|
||||
"attribute-group" : [ "mailing-list-address-intern" ],
|
||||
"auth-role" : [ "export-mailing-list-addresses" ],
|
||||
"slug" : [ "mailing-list-addresses-intern" ]
|
||||
}
|
||||
|
|
@ -1626,7 +1626,7 @@
|
|||
"config" : {
|
||||
"match-role" : [ "mailing-list-chaos-member" ],
|
||||
"auth-role" : [ "export-mailing-list-addresses" ],
|
||||
"attribute-group" : [ "mailing-list-addresses" ],
|
||||
"attribute-group" : [ "mailing-list-address-chaos" ],
|
||||
"slug" : [ "mailing-list-addresses-chaos" ]
|
||||
}
|
||||
} ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue