Details
Description
Issue is similar to MB-49514 and MB-49209.
STEPS
Create RBAC user john having following roles.
Manage Scope Functions [src_bucket:_default] , Data Writer [*:*:*] , Data Reader [*:*:*] , Data DCP Reader [*:*:*]
|
Create and deploy handler f1 having owner john.
Delete user john and wait for handler to undeploy.
Try to deploy handler via UI/REST.
OBSERVATION
Deployment fails with INTERNAL_SERVER_ERROR.
curl -XPOST -k http://Administrator:password@10.112.190.102:8096/api/v1/functions/f1/deploy |
{
|
"name": "INTERNAL_SERVER_ERROR", |
"code": 59, |
"attributes": [ |
"retry" |
],
|
"description": null |
}
|
Attachments
For Gerrit Dashboard: MB-50312 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
168505,5 | MB-50312: Return user deleted when uuid is not found for owner | unstable | eventing | Status: MERGED | +2 | +1 |
168511,2 | MB-50312: Return ErrNoUuid when user uuid is empty | master | cbauth | Status: MERGED | +2 | +1 |