added authorization policy & framework
This commit is contained in:
27
authorization_policy.csv
Normal file
27
authorization_policy.csv
Normal file
@@ -0,0 +1,27 @@
|
||||
p, *, *, *, *, /v1/authenticate/portal, POST
|
||||
p, *, *, *, *, /health/, GET
|
||||
p, *, *, *, [self], /v1/users/*/, GET
|
||||
p, *, *, *, [self], /v1/users/portal/*, DELETE
|
||||
p, *, *, *, [self], /v1/users/portal/*, POST
|
||||
p, *, *, *, [self], /v1/users/portal/*, GET
|
||||
p, *AD, *, *, *, /v1/users/, GET
|
||||
p, BDCAD, BCBSIAD, *, [other], /v1/users/*/, GET
|
||||
p, BDCAD, BCBSIAD, *, [other], /v1/users/portal/*, DELETE
|
||||
p, BDCAD, BCBSIAD, *, [other], /v1/users/portal/*, POST
|
||||
p, BDCAD, BCBSIAD, *, [other], /v1/users/portal/*, GET
|
||||
p, BDCAD, PLANAD, *, [other], /v1/users/*/, GET
|
||||
p, BDCAD, PLANAD, *, [other], /v1/users/portal/*, DELETE
|
||||
p, BDCAD, PLANAD, *, [other], /v1/users/portal/*, POST
|
||||
p, BDCAD, PLANAD, *, [other], /v1/users/portal/*, GET
|
||||
p, BCBSIAD, SP, *, [other], /v1/users/*/, GET
|
||||
p, BCBSIAD, SP, *, [other], /v1/users/portal/*, DELETE
|
||||
p, BCBSIAD, SP, *, [other], /v1/users/portal/*, POST
|
||||
p, BCBSIAD, SP, *, [other], /v1/users/portal/*, GET
|
||||
p, BCBSIAD, US, *, [other], /v1/users/*/, GET
|
||||
p, BCBSIAD, US, *, [other], /v1/users/portal/*, DELETE
|
||||
p, BCBSIAD, US, *, [other], /v1/users/portal/*, POST
|
||||
p, BCBSIAD, US, *, [other], /v1/users/portal/*, GET
|
||||
p, PLANAD, US, [equal], [other], /v1/users/*/, GET
|
||||
p, PLANAD, US, [equal], [other], /v1/users/portal/*, DELETE
|
||||
p, PLANAD, US, [equal], [other], /v1/users/portal/*, POST
|
||||
p, PLANAD, US, [equal], [other], /v1/users/portal/*, GET
|
||||
|
Reference in New Issue
Block a user