added a finance user to keycloak and fixed up the staging permission yml w/ burnettk
This commit is contained in:
parent
93c4562944
commit
37caf1a69e
File diff suppressed because it is too large
Load Diff
|
@ -1,12 +1,9 @@
|
|||
groups:
|
||||
admin:
|
||||
users: [jakub, kb, alex, dan, mike, jason, amir, jarrad, elizabeth, jon]
|
||||
users: [jakub, kb, alex, dan, mike, jason, amir, jarrad, elizabeth, jon, harmeet, sasha, manuchehr]
|
||||
|
||||
finance:
|
||||
users: [harmeet, sasha]
|
||||
|
||||
hr:
|
||||
users: [manuchehr]
|
||||
users: [finance_user1]
|
||||
|
||||
permissions:
|
||||
admin:
|
||||
|
@ -19,10 +16,10 @@ permissions:
|
|||
groups: [finance]
|
||||
users: []
|
||||
allowed_permissions: [create, read, update, delete]
|
||||
uri: /v1.0/process-groups/finance/*
|
||||
uri: /v1.0/process-groups/execute-procure-to-pay/*
|
||||
|
||||
read-all:
|
||||
groups: [finance, hr, admin]
|
||||
groups: [finance, admin]
|
||||
users: []
|
||||
allowed_permissions: [read]
|
||||
uri: /*
|
||||
|
|
Loading…
Reference in New Issue