| 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: default |
| kind: attributes |
| impl: kubernetes |
| # 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: {{org_name}} |
| environment: {{env}} |
| key: {{microgateway_key}} |
| secret: {{microgateway_secret}} |
| collectionURL: https://edgemicroservices-us-east-1.apigee.net/edgemicro |
| - name: apigeeAttributes |
| kind: attributes |
| impl: apigeeKeyAttributes |
| params: |
| organization: {{org_name}} |
| environment: {{env}} |
| - name: authorizationChecker |
| kind: lists |
| impl: genericListChecker |
| params: |
| listEntries: |
| - "true" |