Replies: 1 comment 5 replies
-
Is the existing RBAC using Roles/Groups/Users insufficient? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted this over on the Gitter channel as well. Curious if anyone has a recommendation on a use case I have within our company usage for MIQ. We currently have users using the UI to provision requests (mostly VMWare) and we now have some users requesting to provision requests via the API. We are contemplating building a wrapper API to front the MIQ API to provide some additional business logic but our product management would like us to force users to only use the wrapper API. So basically we would want to block anyone from calling the MIQ API directly.
So question is, what is the best way to restrict the usage of the MIQ API?
I've been looking into tagging but that seems to fall short. I was looking at the actual rails routing and editing the controllers to do some sort of whitelisting but not sure if that is a good idea. We also front our production environment with a load balancer, so thinking maybe we would only allow traffic from the specific IP/host of the wrapper.
Any thoughts/ideas on how to restrict the API access?
Beta Was this translation helpful? Give feedback.
All reactions