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

latest release: v1.15.0
7 hours 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> --env config.service.endpoint=<instance-name>.configuration.azure-api.net
config.service.auth=<auth-token> mcr.microsoft.com/azure-api-management/gateway:2.11.0

Learn how you can install it on other container platforms:

Here are other relevant resources:

What is new?

Highlights

  • Introduce support for using workload identity to authenticate to Configuration API (#267)

Features

  • Introduce User-Agent header when retrieving OIDC configuration (#357)
  • Keep an eye on official repo for more soon

Fixes / Changes

  • Fixed a bug where timestamps are not according to ISO-8601 (#368)

Breaking Changes

None.

Removal

None.

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

NewReleases is sending notifications on new releases.