Apigee
This component was created and is maintained by an Istio partner. Please address support questions to the partner directly.
Partner | Apigee |
Support Site | https://apigee.com/about/support/portal |
Source Code | https://github.com/apigee/istio-mixer-adapter |
Latest Release | https://github.com/apigee/istio-mixer-adapter/releases |
Tested by Apigee with these Istio Versions | 1.0.x, 1.1.x |
Supported Templates | Analytics ,
Authorization |
The Apigee Mixer adapter provides Apigee’s distributed authentication and quota policy checks as well as the ingestion of Istio telemetry for analysis and reporting.
Important: The adapter is provided in an enhanced Mixer image. The default Mixer image must be replaced and the proper CRDs must be applied in order to use these features. Complete Apigee documentation on the concepts and usage of this adapter is available on the Apigee Adapter for Istio site. For more information and product support, please contact Apigee support.
This adapter supports the authorization template and Apigee’s analytics template.
Example config:
apiVersion: config.istio.io/v1alpha2
kind: apigee
metadata:
name: apigee-handler
namespace: istio-system
spec:
apigee_base: https://istioservices.apigee.net/edgemicro
customer_base: https://myorg-test.apigee.net/istio-auth
org_name: myorg
env_name: test
key: 5f1132b7ff037fa187463c324d029ca26de28b7279df0ea161
secret: fa147e8afc35219b7e1db688c609196923f663b5e835975
temp_dir: "/tmp/apigee-istio"
client_timeout: 30s
products:
refresh_rate: 2m
analytics:
legacy_endpoint: false
file_limit: 1024
api_key_claim:
allowUnverifiedSSLCert: false
Params
The Configuration for the Apigee adapter provides information on how the adapter should contact
the Apigee proxies and how it should operate. Running the apigee-istio provision
CLI command
will ensure that all proxies are installed into your Apigee environment and generate this file
with all required settings for you.
For additional information on this adapter or support please contact anchor-prega-support@google.com.
Params.analytics_options
Options specific to to analytics handling.
Params.product_options
Options specific to to products handling.