-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API product access control improvements #250
Comments
Hi Team, Hope you are doing well. As part of one of the use case, I need to have role based access to api product and also monetization feature is needed. I am also facing the same issue as mentioned above and on Issue:197- If I uninstall monetization module then able to assign role based access to api product. But with monetization module, RBAC to api product not working. Is there any solution for the above issue. If yes, please help me with the same. @arlina-espinoza , @cnovak Thanks in advance! |
Hi @anoopgoel Thanks! |
Hi @kedarkhaire ,
But above is NOT happening. And once both the modules are installed then all products (monetized and non-monetized) are getting visible to the user (irrespective of the role). If I un-install monetization module then non-monetized products are visible to the user based on their roles. Please suggest how it can be resolved if need is to use both the modules. Thanks! |
Hi Team, Any suggestions on this please ? Thanks! |
Follow up for #197. Currently, enabling monetization disables the API product entity access control provided by the
apigee_edge_apiproduct_rbac
module, showing users only API products for which a developer has accepted a rate plan and API products that are public and do not have a published rate plan (ignoring RBAC).After discussing with team, we agreed that our approach should be:
The text was updated successfully, but these errors were encountered: