Commit Graph

30 Commits

Author SHA1 Message Date
John Howard aaa9b15b2c
Merge in upstream proxy changes (#9) 2022-09-06 10:06:20 -07:00
John Howard a23765085f Merge remote-tracking branch 'oss/master' into s/merge-master-0721 2022-08-04 12:00:56 -07:00
Faseela K d1ffe5e901
Running make gen (#2446)
Running make gen for some other change resulted in many additional
changes showing up in my local repo. So pushing a separate review for the same.

Signed-off-by: Faseela K <faseela.k@est.tech>
2022-08-04 07:28:26 -07:00
Istio Automation fbb909b586
Automator: update common-files@master in istio/api@master (#2443) 2022-08-03 06:08:58 -07:00
John Howard ad879cdd37 Merge master 2022-07-21 12:12:59 -07:00
Douglas Reid 53e11c2ca3 telemetry: update istio-api config 2022-07-13 17:30:01 +00:00
Eric Van Norman 5294aace93
Run `make gen` with current tooling (#2409) 2022-07-06 07:17:29 -07:00
John Howard 49eaa21b27
Re-run gen after buf upgrade (#2236)
This was an intended change in `buf` to not set the protoc version. I
don't know the context. Fixes #2235
2022-02-08 08:30:14 -08:00
Douglas Reid 694b7b802a
pickup SD extension configuration changes (#2206) 2022-01-10 13:15:29 -08:00
John Howard a14094ee40
Pick up recent changes to the SD proto from `istio/proxy` (#2116) 2021-10-06 13:41:25 -07:00
John Howard 8e91abc90f
Move istio/proxy protos into istio/api (#2107)
* Move istio/proxy protos into istio/api

Fixes https://github.com/istio/istio/issues/35210.

This does two things:
* Move some protos we have in istio/istio that are manually generating
the go protos, using an outdated protobuf library and outdated proto.
* Move some protos we have in istio/proxy that are not generating any go
protos at all.

A next step will be to have istio/istio import these go libraries, and
istio/proxy to import these as proto_libraries.

* add README
2021-10-06 10:45:48 -07:00
Yangmin Zhu 75bb24b620
add disable_clear_route_cache to the internal authn filter config (#2089)
* add clear_route_cache to the internal authn filter config

* update
2021-09-08 12:05:08 -07:00
John Howard 155b39af83
Cleanup generated files that we no longer generate (#1781) 2021-01-12 18:35:10 -08:00
Jianfei Hu 95ae444bcc
Add allowed_trust_domains for the authn filter config. (#1561)
* Add trust domain validation list for the authn filter config.

* Rename to allowed_trust_domains

* rewording and grammar fix.
2020-07-28 15:21:40 -07:00
Kuat 9582c9e793 do not generate envoy xds protos here (#1110)
Signed-off-by: Kuat Yessenov <kuat@google.com>
2019-10-17 06:32:15 -07:00
Yan Xue 31d048906d update alpn filter api (#1128)
* update alpn filter api

* update api
2019-10-16 08:15:39 -07:00
Yan Xue 593785242b add config for ALPN filter (#1120) 2019-10-08 18:17:36 -07:00
Phillip Quy Le 33a483a29b Add trust_domain_aliases (#1109)
* Add trust_domain_aliases

* Address comment

* Address comment
2019-09-30 15:07:24 -07:00
Kuat 2387a8cbe1 Revert "fix envoy protos (#1088)" (#1089)
This reverts commit e760b40a75.
2019-09-19 14:50:34 -07:00
Kuat e760b40a75 fix envoy protos (#1088)
Signed-off-by: Kuat Yessenov <kuat@google.com>
2019-09-19 14:33:25 -07:00
Martin Taillefer a66c9b061e
Switch to latest tool container and upstream gogo/protobuf. (#1011) 2019-07-31 13:14:08 -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
Yangmin Zhu 36b4225204 authn: add a field to confrol trust domain validation (#980)
* authn: add a field to confrol trust domain validation

* update comments
2019-07-18 00:35:42 +00:00
Martin Taillefer c9118cd127
Update to latest doc gen tool. (#889) 2019-03-29 14:57:17 -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
Ozben Evren 5a79ba0ecb Merge release-1.1 to master (#840)
* 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

* Post-merge generation
2019-03-09 07:47:29 -08:00
Venil Noronha 6b9e3a501e Add TcpClusterRewrite config proto (#693)
This commit adds a TcpClusterRewrite proto to be used in the upcoming
TCP cluster rewrite filter on istio/proxy.

Signed-off-by: Venil Noronha <veniln@vmware.com>
2018-11-02 13:47:20 -04:00
Wayne Zhang c747495e94 Move back jwt_auth/config.proto from Envoy (#512)
* Move back jwt_auth/config.proto from Envoy

* Added python files
2018-06-06 23:19:58 -07:00
Diem Vu 75fd68c708
Add envoy-facing authentication api. (#415)
* Add envoy-facing authentication api.

* Move envoy api to top level envoy folder

* Remove zombie folder.

* Fast forward to v1alpha2

* Rename the map for the right purpose.

* Align with envoy data-plane-api folder structure.

* Change v1alpha1 to v2alpha2
2018-03-26 10:10:31 -07:00