finalization of new permission with policies

This commit is contained in:
dcore94 2021-03-03 20:16:36 +01:00
parent b99719a63d
commit ba6bc9bf85
1 changed files with 27 additions and 9 deletions

View File

@ -326,7 +326,8 @@
"method" : "POST",
"headers" : {
"Authorization" : "Bearer ${authorize.output.body.access_token}",
"Content-Type" : "application/json"
"Content-Type" : "application/json",
"Accept" : "application/json"
}
}
}
@ -383,7 +384,8 @@
"method" : "POST",
"headers" : {
"Authorization" : "Bearer ${authorize.output.body.access_token}",
"Content-Type" : "application/json"
"Content-Type" : "application/json",
"Accept" : "application/json"
}
}
}
@ -440,7 +442,8 @@
"method" : "POST",
"headers" : {
"Authorization" : "Bearer ${authorize.output.body.access_token}",
"Content-Type" : "application/json"
"Content-Type" : "application/json",
"Accept" : "application/json"
}
}
}
@ -497,7 +500,8 @@
"method" : "POST",
"headers" : {
"Authorization" : "Bearer ${authorize.output.body.access_token}",
"Content-Type" : "application/json"
"Content-Type" : "application/json",
"Accept" : "application/json"
}
}
}
@ -554,7 +558,8 @@
"method" : "POST",
"headers" : {
"Authorization" : "Bearer ${authorize.output.body.access_token}",
"Content-Type" : "application/json"
"Content-Type" : "application/json",
"Accept" : "application/json"
}
}
}
@ -611,7 +616,8 @@
"method" : "POST",
"headers" : {
"Authorization" : "Bearer ${authorize.output.body.access_token}",
"Content-Type" : "application/json"
"Content-Type" : "application/json",
"Accept" : "application/json"
}
}
}
@ -668,7 +674,8 @@
"method" : "POST",
"headers" : {
"Authorization" : "Bearer ${authorize.output.body.access_token}",
"Content-Type" : "application/json"
"Content-Type" : "application/json",
"Accept" : "application/json"
}
}
}
@ -725,7 +732,8 @@
"method" : "POST",
"headers" : {
"Authorization" : "Bearer ${authorize.output.body.access_token}",
"Content-Type" : "application/json"
"Content-Type" : "application/json",
"Accept" : "application/json"
}
}
}
@ -735,7 +743,17 @@
{
"name" : "join",
"taskReferenceName" : "join_role_creation",
"type" : "JOIN"
"type" : "JOIN",
"joinOn" : [
"create_role_policy_accountingmanager",
"create_role_policy_catalogueadmin",
"create_role_policy_catalogueeditor",
"create_role_policy_datamanager",
"create_role_policy_dataminermanager",
"create_role_policy_voadmin",
"create_role_policy_vredesigner",
"create_role_policy_vremanager"
]
},
{
"name" : "pyrest",