Eric Chen

Results 9 comments of Eric Chen

Re: Postman, for folks that have not used the tool before, it would be helpful to know what it is and why it is being used (it may already being...

That is unfortunate. The other suggested alternative would be to allow an end-user to specify the token value. This could allow one to request a token and extend the expiration...

Removing "REQUIRED" and having a customer enter a real value would be a great start. To be clear I'm really talking about leaving empty the field in the Public IP...

here's a hardcoded example of how to use Azure China: https://github.com/F5Networks/f5-cloud-libs-azure/compare/v2.9.1...chen23:v2.9.1-custom it looks like you should be able to get this out "environment" variable: https://github.com/F5Networks/f5-cloud-libs-azure/blob/de52a113a10a0ca01525e410a1f8c72a0a7a449d/lib/azureCloudProvider.js#L161

FYI, here's a (lame) iRule that I used to send back a happy health check (for A/A): **A/A** ``` when HTTP_REQUEST { HTTP::respond 200 content "OK" } ``` Apply this...

@C0missar I believe that you can match the release of the CFT (i.e. 5.4.0) to the version of BIG-IP. If you need to use a specific version of BIG-IP (i.e....

Having an option to update the virtual server description as well would make it crystal clear in iHealth that the resource was built by LBaaS. By default I don't think...

@zancas @caphrim007 @pjbreaux The URI-proxy support is intended to provide support for use-cases where a customer may want to limit access to the REST API to only allow limited actions...

@caphrim007 iWf is good for now. Thank you for adding!