Commit Graph

19 Commits

Author SHA1 Message Date
Martin Taillefer cd150f8ca1
Update common files. (#1075) 2019-09-08 08:12:11 -07:00
Martin Taillefer 1c58b135ae
Update common files. (#1055)
- Fix some broken dependency tracking.

- Remove a superfluous proto import to get rid of a warning.

- Explicitly select an older build-tools container version, since
the current one has some problems building the protos.
2019-08-26 09:57:37 -07:00
Martin Taillefer 9dc74657c5
Update common files. (#1050)
This introduces a new protoc compiler, which affects the python code
gen a bit.
2019-08-21 19:43:58 -07:00
Steven Dake 0988834cd4 DNM - a test of gogo forked tooling 2019-07-30 08:22:31 -07:00
Martin Taillefer ae67f60b2e Generate a doc page for our annotations. (#993) 2019-07-25 21:09:24 +00:00
Keith Byrne 6eaef57d82 Add support for STRING_MAP in policy API (#925)
* Add support for STRING_MAP as a supported Value

This change will support implementing STRING_MAP in out of process
adapters.

https://github.com/istio/istio/issues/7645#issuecomment-417306781

* Commit proto.lock.
2019-07-09 14:14:12 -07:00
Pengyuan Bian 5945a02236 add server_name to mixer remote handler tls / mtls (#789)
* add server_name to mixer remote handler tls / mtls

* proto.lock
2019-02-15 10:47:28 -05:00
Kuat 0dd68ef13c add response headers (#769)
Signed-off-by: Kuat Yessenov <kuat@google.com>
2019-01-22 12:08:18 -08:00
Kuat 91619d730f policy: add direct response (#765)
* add direct response

Signed-off-by: Kuat Yessenov <kuat@google.com>

* linter

Signed-off-by: Kuat Yessenov <kuat@google.com>

* linter

Signed-off-by: Kuat Yessenov <kuat@google.com>

* some commit

Signed-off-by: Kuat Yessenov <kuat@google.com>

* silly

Signed-off-by: Kuat Yessenov <kuat@google.com>

* silly

Signed-off-by: Kuat Yessenov <kuat@google.com>
2019-01-22 08:24:58 -08:00
Pengyuan Bian 80aff01d40 oop adapter connection auth config (#606)
* grpc adapter connection auth.

* proto.lock.
2018-12-14 14:34:47 -08:00
Pengyuan Bian 4a0e55ed2b add stdduration annotation. (#673) 2018-10-26 16:01:10 -07:00
Pengyuan Bian 19a5193e53 Add timeout to mixer remote handler. (#659) 2018-10-18 22:15:44 -07:00
Kuat 890f95fd18 policy: add missing APA attribute bindings (#655)
* add missing APA attribute bindings

Signed-off-by: Kuat Yessenov <kuat@google.com>

* review

Signed-off-by: Kuat Yessenov <kuat@google.com>

* rename to output

Signed-off-by: Kuat Yessenov <kuat@google.com>
2018-10-17 15:02:45 -07:00
Douglas Reid e000c2a298 Add sampling parameters to Rule (#648)
* Add sampling params to Rule

* Refactor based on review comments

* Use attribute expression

* Hide new fields (until impl is done)

* Fix comment
2018-10-11 10:37:43 -07:00
Kuat 864a7336a1 mixer: add header operation templates (#612)
* add header operation templates

Signed-off-by: Kuat Yessenov <kuat@google.com>

* comment

Signed-off-by: Kuat Yessenov <kuat@google.com>

* add comment

Signed-off-by: Kuat Yessenov <kuat@google.com>

* add comment

Signed-off-by: Kuat Yessenov <kuat@google.com>

* use repeated

Signed-off-by: Kuat Yessenov <kuat@google.com>
2018-08-16 17:09:32 -07:00
Sunny Gupta 8c4ad02445 Create a separate field compiled in template and compiled in adapters. (#526)
* Create a separate field for referencing compiled in template and compiled in adapters.

* rename
2018-06-11 18:49:58 -07:00
Sunny Gupta 9fb97f846d Move types to policy/v1beta1 (#481)
* Move Value and other types to policy/v1beta1
2018-05-29 14:11:56 -07:00
Sunny Gupta bafc01b2a4 Add placeholder for connection data inside handler configuration. (#417)
* Add placeholder for connection data inside handler configuration.
2018-04-02 13:42:59 -07:00
Zane Williamson 945908d859 adding python outputs (#441) 2018-03-30 10:10:23 -07:00