Commit Graph

8 Commits

Author SHA1 Message Date
Quanjie Lin bd40812e1e add enable_sds flag to MeshConfig proto definition (#547)
* add enable_sds flag to MeshConfig proto definition

* address comments -
1. update boolean(sds_enable) to string(uds path)
2. add sds_refresh_delay field

* address comment
2018-06-20 10:38:55 -07:00
Kuat 7c8f38470c mesh: client side check option (#528)
* client side check option

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

* regenerate

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

* build is bad

Signed-off-by: Kuat Yessenov <kuat@google.com>
2018-06-14 19:50:00 -07:00
Diem Vu fe829db48c Remove mtls_excluded_services from mesh config. (#511)
* Mark mtls_excluded_services deprecated.

* Remove mtls_excluded_services flag completely.
2018-06-11 20:27:58 -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
Yangmin 83ed436ef4 Remove the RbacConfig from mesh config. (#455)
We decided not to use the mesh config to control the behavior
of Istio RBAC. It's safe to delete it as it's not used in the code.
2018-04-17 19:41:45 -07:00
Romain Lenglet bf7eff00d3 Define interception_mode field in ProxyConfig (#444)
Signed-off-by: Romain Lenglet <romain@covalent.io>
2018-04-10 09:31:14 -04:00
Yangmin 80900db86e
Add RbacConfig to mesh/v1alpha1/config.proto. (#436)
* Add IstioRBACConfig to mesh/v1alpha1/config.proto.

See https://docs.google.com/document/d/1XkN9ls-ZDISz2uXGN20RaIre63DkJJOJNUOzcKCxbWA/edit#

* Update commit accounts.
2018-04-06 12:27:40 -07:00
Zane Williamson 945908d859 adding python outputs (#441) 2018-03-30 10:10:23 -07:00