3.1.2.Final
Changelog
All notable changes to Apiman will be documented here (as of Apiman 3).
3.1.2.Final
Added
- [gateway-vertx]: you can add a list of additional
allowed-issuersin your Gateway API Keycloak Authentication config. This better supports situations where your Keycloak server returns multiple different issuers, for example for internal vs external domains, Docker, K8s, etc. By Marc Savy (@msavy).
Changed
- A large number of dependencies have been updated across the Apiman codebase in order to improve security. By Marc Savy (@msavy).
- [containers/docker-compose]: to support a change in Keycloak’s behaviour, we now set
allowed-issuersin the Vert.x Gateway API authentication configuration to allow both internal and external issuers. By .