api-services-portal
api-services-portal copied to clipboard
Namespace creators do not have Access.Manage permission
API Services Portal Issue
User Story
As a Namespace creator,
I want to have the Access.Manage role by default
so that I can manage consumer access requests.
At present, if the person creating the namespace is also an access manager (or just performing access mgmt operations during testing), they need to add the Access.Manage role to themselves. Otherwise they wont get notifications about access requests and they cannot approve access requests.
Test Case
TESTCASE
- Log in to API Provider space
- Create a Namespace
EXPECTED
- User has Access.Manage permission
ACTUAL
- User does not have Access.Manage permission
The change was so small, just included it as part of the feature/ns-to-gw
changes.