Open stevenruizhang opened 1 week ago
API_PUBLISHER user role has alert message when create API
Steps to reproduce the behaviour:
I have already API_PUBLISHER user role, should not show this error message
error message "You do not have sufficient rights to access this resource"
I check from chrome console, seems like below api get 403 https://apim.xxx.xxx/management/organizations/DEFAULT/environments/DEFAULT/settings { "message" : "You do not have sufficient rights to access this resource", "technicalCode" : "forbidden", "http_status" : 403 }
Describe the bug
API_PUBLISHER user role has alert message when create API
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
I have already API_PUBLISHER user role, should not show this error message
Current behaviour
error message "You do not have sufficient rights to access this resource"
Useful information
I check from chrome console, seems like below api get 403 https://apim.xxx.xxx/management/organizations/DEFAULT/environments/DEFAULT/settings { "message" : "You do not have sufficient rights to access this resource", "technicalCode" : "forbidden", "http_status" : 403 }