gravitee-io / issues

Gravitee.io - API Platform - Issues
65 stars 26 forks source link

API_PUBLISHER user role has alert message when create API #10169

Open stevenruizhang opened 1 week ago

stevenruizhang commented 1 week ago

Describe the bug

API_PUBLISHER user role has alert message when create API

To Reproduce

Steps to reproduce the behaviour:

  1. Install the APIM with new helm chart version "4.5.1"
  2. Go to API Management Portal, create new API
  3. When input the context-path, get error message below image
  4. But finally i can create and publish this API without any issue

Expected behaviour

I have already API_PUBLISHER user role, should not show this error message image

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 }