| subject: global |
| adapters: |
| - name: default |
| kind: quotas |
| impl: memQuota |
| params: |
| - name: default |
| impl: stdioLogger |
| params: |
| logStream: STDERR |
| - name: prometheus |
| kind: metrics |
| impl: prometheus |
| params: |
| - name: default |
| impl: denyChecker |
| - name: apigeeAPIKey |
| kind: lists |
| impl: apigeeKeyChecker |
| params: |
| organization: YOUR_ORG_HERE |
| environment: prod |
| # Add verificationURL to use a different service or URL |
| #verificationURL: https://YOUR_ORG_HERE-prod.apigee.net/edgemicro-auth |
| - name: default |
| kind: attributes |
| impl: kubernetes |
| params: |
| # when running from mixer root, use the following config after adding a |
| # symbolic link to a kubernetes config file via: |
| # |
| # $ ln -s ~/.kube/config adapter/kubernetes/kubeconfig |
| # |
| kubeconfig_path: "adapter/kubernetes/kubeconfig" |
| - name: apigeeAnalytics |
| kind: access-logs |
| impl: apigeeReport |
| params: |
| organization: YOUR_ORG_HERE |
| environment: prod |
| key: KEY_FROM_EDGEMICRO_CONFIGURE |
| secret: SECRET_FROM_EDGEMICRO_CONFIGURE |