Building HTTPS Proxy With Anypoint API Manager and MuleSoft
Enabling the HTTPS proxy by using secrets stored in the Secret Group to build the HTTPS enabled APIs for Cloudhub and Hybrid implementation.
Join the DZone community and get the full member experience.
Join For FreeAnypoint API Manager has capabilities of enabling the HTTPS proxy by using secrets stored in the Secret Group to build the HTTPS enabled APIs for Cloudhub and Hybrid implementation.
Secret Manager is basically used to store the secret like Keystore, Truststore and configure the TLS context, which can be used with Runtime Fabric and API Manager in Cloudhub.
For enabling the HTTP proxies, there are few prerequisites need to be taken care of.
- You must have access to Secret Manager for storing the secrets and configuring the TLS context.
- You must have the Manage API role.
- Secret Group with TLS context is configured. Make sure Secret Group is marked as downloadable, and TLS context type is marked as "Mule."
It is also possible to achieve Mutual Authentication (Two Way SSL) with the Anypoint API Manager proxy.
Here is the video tutorial explaining how to enable HTTPS Proxy with Anypoint API Manager and MuleSoft.
Implementing HTTPS API Proxy With Anypoint API Manager | MuleSoft | Secret Manager | SSL Offloading
Implementing HTTPS API Proxy With Anypoint API Manager | MuleSoft | Secret Manager | SSL Tunneling
References
https://docs.mulesoft.com/anypoint-security/asm-secret-group-concept
https://docs.mulesoft.com/api-manager/2.x/building-https-proxy
Now, you know how to enable HTTPS proxy with Anypoint API Manager.
Opinions expressed by DZone contributors are their own.
Comments