Symptoms

APS Bus Access tab is not working as expected.

It is not possible to add PUT and DELETE HTTP methods via:

OA > System > Users > USER > APS Bus Access > "Add" new Allowed Operation

When creating an entry for PUT method, it adds a DELETE line. For DELETE method, an empty line is added.

Cause

The behavior is acknowledged as APS-44210: Oauth ACL edit view: wrong handling of "PUT" and "DELETE" HTTP methods.

Resolution

For the time being, use add_aps_acl.py on the Management Node to manage APS Bus ACLs. The script takes staff member ID, resource type and HTTP method as parameters:

[root@mn ~]# python add_aps_acl.py 1000002 'http://parallels.com/aps/types/pa/admin-user/1.2' 'PUT'
ACL entry successfully added

Contact your Technical Account Manager or Pooled Technical Associate Team (pta@odin.com) in order to trace the current status of #APS-44210

Internal content