-
Notifications
You must be signed in to change notification settings - Fork 32
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
support rest-proxy URI #111
Comments
caphrim007
added a commit
to caphrim007/f5-icontrol-rest-python
that referenced
this issue
Dec 22, 2016
Issues: Fixes F5Networks#111 Problem: The ICR URI validation did not take into account iworkflow and BIG-IQ top-level URI paths. Analysis: This patch adds top-level validation for more iworkflow and big-iq apis Tests: unit
caphrim007
added a commit
to caphrim007/f5-icontrol-rest-python
that referenced
this issue
Dec 22, 2016
Issues: Fixes F5Networks#111 Problem: The ICR URI validation did not take into account iworkflow and BIG-IQ top-level URI paths. Analysis: This patch adds top-level validation for more iworkflow and big-iq apis Tests: unit
caphrim007
added a commit
to caphrim007/f5-icontrol-rest-python
that referenced
this issue
Dec 22, 2016
Issues: Fixes F5Networks#111 Problem: The ICR URI validation did not take into account iworkflow and BIG-IQ top-level URI paths. Analysis: This patch adds top-level validation for more iworkflow and big-iq apis Tests: unit
caphrim007
added a commit
to caphrim007/f5-icontrol-rest-python
that referenced
this issue
Dec 22, 2016
Issues: Fixes F5Networks#111 Problem: The ICR URI validation did not take into account iworkflow and BIG-IQ top-level URI paths. Analysis: This patch adds top-level validation for more iworkflow and big-iq apis Tests: unit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
iWorkflow / BIG-IQ (?) support REST proxy URI. This makes it possible to apply tenant RBAC on the REST endpoints (i.e. limit a user to only be able to modify a single BIG-IP LTM pool in a single Partition).
Documented here: https://devcentral.f5.com/wiki/iControl.REST_proxy_APIs.ashx
Example of one of the changes required (this is not meant to be a "good" example, but it gets the job done). This was done to monkey patch the library:
The text was updated successfully, but these errors were encountered: