Commit Graph

28 Commits

Author SHA1 Message Date
Jason Wang bfa91e88ab Change quota charge to int32 (#1129)
* Change quota charge to int32

* update proto lock

* retro add release locks
2019-10-15 14:07:38 -07:00
Jason Wang 1187adbd14 Use field_behavior as an option for required fields (#1125)
* use field_behavior opiton for required fields

* modify makefile to replace import path for field_behavior

* generate after image update

* changes after comments from policy and telemetry team

* regen after changes

* update networking and rebase
2019-10-14 10:42:57 -07:00
Douglas Reid 88a7b5f700 feat(mixerclient): add field to ignore forwarded attributes (#1085)
* feat(mixerclient): add field to signal mixerclient to ignore forwarded attributes

Signed-off-by: Douglas Reid <douglas-reid@users.noreply.github.com>

* add clarification on precedence

Signed-off-by: Douglas Reid <douglas-reid@users.noreply.github.com>
2019-10-02 15:32:28 -07:00
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
Nupur Garg bcef516bf9 Add a Status field in CheckResponse Quota Result (#967)
* Add a Status field in CheckResponse Quota Result

This is the QuotaResult that is used by grpcServer in istio.io/istio and we can set this when not able to fetch quota and check call can fail in proxy based on fail-open policy set by user.

Ref: istio/istio#12115

* Run make proto-commit
2019-07-08 11:45:18 -07:00
Nupur Garg 657d9f2e55 Add a status field in QuotaResult (#921)
* Add a status field in QuotaResult

This is so that we can result status when we are not able to fetch quota and check call can fail based on fail-open policy set by user.
Issue: https://github.com/istio/istio/issues/12115

* Fix build
2019-05-16 13:05:03 -07:00
Hai Huang fb2153e2f1 adding report_batch_max_request and report_batch_max_time to TransportConfig (#914)
* adding report_batch_max_request and report_batch_max_time to TransportConfig

* run make proto-commit

* added comment on the default-value behavior

* added more descriptive comments on the 2 added fields
2019-05-02 06:32:50 -07:00
John Howard 87afa02b7b Merge release-1.1 into master (#872)
* Doc fixes.

* Add high-level overview and diagrams for MCP (#805)

* document MCP

* add additional note on NACK behavior

* add a note about ignoring stale nonces

* Add envoy metrics service configuration to ProxyConfig (#803)

* Add envoy metrics service configuration to ProxyConfig

Similar to the statsd sink config, this change is in preparation for adding support for the envoy metrics service API.

* Update proto.lock

* Reorder metrics_service_address just after statsd_udp_address

* Update comment in the authN API to match with 1.1 behavior (#808)

* Rename metrics_service_address to clarify that it is for Envoy's API (#809)

Since "metrics service" is so ambiguous, this change specifically denotes that the config is for Envoy's metrics service API. The comments also now link to detailed info about the metrics service API.

* Generate separate HTML page per proto under networking (#811)

* Generate separate pages for each networking proto

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* update

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* tweaks

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* Fix interdoc references

* separate doc and go gen

* change dash to underscore

* fix

* more fixes

* makefile fix

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* remove bad target

* Revert "change dash to underscore"

This reverts commit 7fbced66f6.

* final update

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* Revert "Generate separate HTML page per proto under networking (#811)"

This reverts commit 5f14eadd since it breaks the ability
to generate reference docs in istio.io

* Update to latest tools.

* Revert "Update to latest tools."

This reverts commit 231fadc5 which I accidentally pushed to the
wrong place.

* fix mcp update error diagram (#810)

* update istio/tools (#815)

* Revert "Revert "Generate separate HTML page per proto under networking (#811)"" (#818)

* Minor updates for building docker images. (#817)

* Add spell checking for docs. (#819)

* Add a bunch of words to the custom dictionary.

* Document exportTo restrictions (#820)

* Doc fixes. (#821)

* Proxy config: Add tls_certs_to_watch field (#824)

* Proxy config: Add tls_certs_to_watch field

* Address PR comment

* Revert "Proxy config: Add tls_certs_to_watch field (#824)" (#825)

This reverts commit e613e358ae.

* Update gateway and sidecar hosts doc (#826)

* Update gateway and sidecar hosts doc

* regen

* review comments

* Update API docs (service entry, gateway, sidecar) (#831)

* Update sidecar and gateway docs

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* gen docs

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* update service entry

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* updates

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* add configurable dns refresh rate to mesh for strict dns cluster,  (#832)

* add configurable dns refresh rate to mesh for strict dns cluster, issue #12181

* add lock file

* Hosts are not ignored in ServiceEntry for HTTPs (#833)

* Hosts are not ignored in ServiceEntry for HTTPs

* Clarify

* Reword

* Generate protos

* Address code review comments

* Fix typo

* generate

* make mixer config marshal deterministic (#846)

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

* Fix some doc errors. (#854)

This started out to just fix a bad link to unblock work on
istio.io, but I ended up fixing a bunch of typos/incorrect format
throughout.

* Fix two more broken links. (#856)

* Fix CRD examples for release-1.1 (#859)

* fix MeshNetworks demo (#841)

* fix MeshNetworks demo

* generate

* update

* last minute doc fixes (#865)

Signed-off-by: Shriram Rajagopalan <rshriram@gmail.com>

* Clarify comment for server_name field in Mixer oop auth config (#800)

* add mixerclient config to istio.io reference docs (#827)

* Envoyfilter docs fix (#867)

* Tweaks to get the mixer client config docs to be published. (#868)

* Change where the Mixer client docs are published.
2019-03-21 13:54:42 -07:00
Joshua Blatt 07829e06ca Add transport error retry config to mixer client. (#792) 2019-02-10 21:19:52 -05:00
Douglas Reid 1b0a034631 Add way to signal encoding used for CompressedAttributes to Mixer (#770)
* Add mechanism to signal encoding used for CompressedAttributes to mixer proto

* Update proto.lock
2019-01-30 11:02:42 -08:00
Jeff Mendoza bac7f54431 Merge mixer protos (#691)
* Merge mixer protos.

* Remove renamed generated files.

* Regen mixer files

* Remove mixer lint exception.
2018-11-02 08:22:12 -07:00
Wayne Zhang 62c345bd6d add arena allocation for mixer client proto (#635)
* add arena allocation for mixer client proto

Signed-off-by: Wayne Zhang <qiwzhang@google.com>

* add generated files

Signed-off-by: Wayne Zhang <qiwzhang@google.com>
2018-09-17 15:09:31 -07:00
Kuat fac61dc6aa add new check template (#619)
Signed-off-by: Kuat Yessenov <kuat@google.com>
2018-08-22 05:19:33 -07:00
Kuat a29d69c48f make referenced attributes optional (#517) 2018-06-07 17:06:31 -07:00
Kuat f403f2ff3a mixer: route directive (#510)
* merge fix

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

* pull out override

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

* review

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

* review

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

* regenerate

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

* clarify pseudo-headers

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

* review

Signed-off-by: Kuat Yessenov <kuat@google.com>
2018-06-07 11:21: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
Kuat ecef45ec0f
mixerfilter: control upstream forwarding (#502) 2018-05-23 16:06:01 -07:00
Kuat a660b4d5e0
mixerfilter: add forwarded attributes to per-route config (#500) 2018-05-23 15:58:30 -07:00
Martin Taillefer d5403102ee
Regenerate docs given latest doc extraction tool. (#477)
Also, fix python generation logic to stop passing directory names as proto files.
This eliminates a bunch of warnings when building the repo, and eliminates a bunch
of broken dud checked in files.
2018-05-11 15:01:12 -07:00
Sunny Gupta 98021d3b73
Add schema for templates. (#462)
* Add schema for templates.
Also change adapter Info to refer to tempalte instead of inlining it.

* fix number
2018-04-26 14:52:29 -07:00
Diem Vu 9868341998
Remove EUC policy API (#456)
* Remove EUC poliyc API

* Add missing change
2018-04-23 12:07:08 -07:00
mandarjog 2264597d22
Update mixer.adapter.model.v1beta1.Value (#451)
* Update value to include data

* update generated code

* Fix doc

* update generated code
2018-04-18 10:13:24 -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