--- WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL SOURCE IN THE 'https://github.com/apigee/istio-mixer-adapter' REPO source_repo: https://github.com/apigee/istio-mixer-adapter title: Apigee description: Adapter for Apigee's distributed policy checks and analytics. location: https://istio.io/docs/reference/config/policy-and-telemetry/adapters/apigee.html layout: partner-component generator: protoc-gen-docs provider: Apigee contact_email: support_link: https://apigee.com/about/support/portal source_link: https://github.com/apigee/istio-mixer-adapter latest_release_link: https://github.com/apigee/istio-mixer-adapter/releases helm_chart_link: istio_versions: "1.1.x, 1.2.x, 1.3.x" supported_templates: authorization, analytics number_of_entries: 4 ---
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: mykey
secret: mysecret
temp_dir: "/tmp/apigee-istio"
client_timeout: 30s
allowUnverifiedSSLCert: false
products:
refresh_rate: 2m
analytics:
legacy_endpoint: false
file_limit: 1024
auth:
api_key_claim:
api_key_cache_duration: 30m
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.
Options specific to to analytics handling.
Options specific to to auth handling.
Options specific to to products handling.