This repository has been archived by the owner on May 23, 2023. It is now read-only.
1.1.3
Istio Compatibility
This release is compatible with Istio 1.1.0 and above. It has been tested against Istio 1.1.5.
Release Notes
There was an error in the initial 1.1.3 image. If you downloaded 1.1.3 prior to 5/14, please re-download.
There is a new config option to ignore self-signed Apigee Server certs. To enable, add allowUnverifiedSSLCert: true
to the params in samples/apigee/grpc/handler.yaml
.
Istio 1.1 installation reminders
- This release is utilizes Istio's external gRPC adapter protocol, there is no Mixer image.
- Policy control must be explicitly enabled in Istio, see Enabling Policy Enforcement for more details.
Changelog
7539cfc update istio constraint to 1.1.5
164ead3 add script to update grpc definitions
919f0df don't attempt to close null body
a9cc351 add allowUnverifiedSSLCert config
7a67a9a test cleanup