github Azure/api-management-self-hosted-gateway Container-v2.3.6
Container Image - v2.3.6

latest releases: Container-v2.6.0, v1.10.0, v1.9.0...
8 months ago

Getting started

You can easily install the self-hosted gateway with Docker:

docker run -d -p 8080:8080 -p 8081:8081 --name <gateway-name> --envconfig.service.endpoint=<instance-name>.configuration.azure-api.net
config.service.auth=<auth-token> mcr.microsoft.com/azure-api-management/gateway:2.3.6

Learn how you can install it on other container platforms:

Here are other relevant resources:

What is new?

Features

None.

Fixes / Changes

  • Fix a bug where certificate revocation list (CRL) validation is on by default, which is a breaking change
    • Configuration security.certificate-revocation.validation.enabled allows customers to turn it on by default
    • There is a known issue where getting CRL through HTTP proxy with basic authentication is not working
  • Fix for CVE-2023-36414 vulnerability in our image (High severity | details)
  • Fix for CVE-2023-38545 vulnerability in our base image (High severity | details)
  • Fix for CVE-2023-38546 vulnerability in our base image (Medium severity | details)

Breaking Changes

None.

Removal

None.

Don't miss a new api-management-self-hosted-gateway release

NewReleases is sending notifications on new releases.