Purnesh Dixit
|
79b6830e4b
|
xds: resubmit xds client pool changes from #7898 along with fix to set fallback bootstrap config from googledirectpath to xdsclient pool (#8050)
|
2025-02-04 23:59:01 +05:30 |
Purnesh Dixit
|
13181040b3
|
Revert "xdsclient: introduce pool to manage multiple xDS clients with same bootstrap content (#7898)" (#8058)
|
2025-01-30 23:44:47 +05:30 |
Purnesh Dixit
|
2517a4632b
|
xdsclient: introduce pool to manage multiple xDS clients with same bootstrap content (#7898)
|
2025-01-24 00:31:40 +05:30 |
janardhanvissa
|
8c518f7986
|
xds: switching to stubserver in tests instead of testservice implementation (#7726)
|
2024-11-14 02:20:52 +05:30 |
Marco Ferrer
|
52d7f6af60
|
multiple: switch to math/rand/v2 (#7711)
Co-authored-by: Arvind Bright <arvind.bright100@gmail.com>
|
2024-10-29 10:43:58 -07:00 |
janardhanvissa
|
3ffb98b2c9
|
.*: fix revive lints `redefines-builtin-id` (#7552)
* Fix revive identified linter issues: redefines-builtin-id
---------
Co-authored-by: Vissa Janardhan Krishna Sai <vissajanardhan@google.com>
Co-authored-by: Purnesh Dixit <purnesh.dixit92@gmail.com>
Co-authored-by: Arvind Bright <arvind.bright100@gmail.com>
|
2024-09-08 01:36:51 +05:30 |
Arvind Bright
|
8320224ff0
|
.*: revive from unused_parameters (#7577)
|
2024-08-30 10:41:30 -07:00 |
Nathan Baulch
|
c8951abc16
|
*: fix minor typos (#7487)
* Fix typos
* Fix reflecton tests
|
2024-08-14 22:43:01 +05:30 |
Easwar Swaminathan
|
f1b7f4132e
|
xds/bootstrap: add testing support to generate config (#7326)
|
2024-06-21 07:01:24 -07:00 |
Arvind Bright
|
8bf2b3ee6e
|
grpcrand: delete all of grpcrand and call the rand package directly (#7283)
|
2024-05-31 11:32:53 -07:00 |
Elisha Silas
|
09e6fddbcd
|
Update docs and examples and tests to use NewClient instead of Dial (#7068)
Co-authored-by: Arvind Bright <arvind.bright100@gmail.com>
Co-authored-by: Doug Fawley <dfawley@google.com>
|
2024-04-19 10:55:23 -07:00 |
Clément Jean
|
02858ee506
|
deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (#6919)
Co-authored-by: Arvind Bright <arvind.bright100@gmail.com>
Co-authored-by: Doug Fawley <dfawley@google.com>
|
2024-01-30 10:59:10 -08:00 |
Doug Fawley
|
8190d883e0
|
envconfig: remove env vars for on-by-default features (#6749)
|
2023-10-26 13:08:20 -07:00 |
ulas
|
130bc4281c
|
Improve testutils.MarshalAny (#6617)
|
2023-09-18 14:05:29 -07:00 |
Doug Fawley
|
fbff2abb0f
|
*: update `interface{}` to `any` and `go.mod` version to `go 1.19` (#6544)
|
2023-08-14 09:04:46 -07:00 |
Aditya Sood
|
f3e94ec13b
|
xds: improve error message when matched route on client is not of type RouteActionRoute (#6248)
|
2023-08-10 15:53:59 -04:00 |
Gregory Cooke
|
390c392f84
|
authz: Rbac engine audit logging (#6225)
add the functionality to actually do audit logging in rbac_engine.go and associated tests for that functionality.
|
2023-05-17 10:21:06 -04:00 |
Easwar Swaminathan
|
bfb57b8b49
|
testing: delete internal copy of test service proto, and use canonical one (#6164)
|
2023-04-05 17:12:57 -07:00 |
Arvind Bright
|
081499f2e8
|
xds: remove support for v2 Transport API (#6013)
|
2023-02-14 13:35:52 -08:00 |
Easwar Swaminathan
|
08479c5e2e
|
xdsclient: resource agnostic API implementation (#5776)
|
2022-12-21 13:53:03 -08:00 |
Easwar Swaminathan
|
aba03e1ab1
|
xds: pass options by value to helper routines which setup the management server in tests (#5833)
|
2022-12-08 16:26:21 -08:00 |
Doug Fawley
|
778860e606
|
testing: update Go to 1.19 (#5717)
|
2022-10-17 15:04:34 -07:00 |
Easwar Swaminathan
|
912765f749
|
xds: move bootstrap config generating utility package to testutils (#5713)
|
2022-10-17 09:34:01 -07:00 |
Easwar Swaminathan
|
a6dcb714b2
|
xdsclient: don't reset version info after stream restart (#5422)
|
2022-07-06 10:31:02 -07:00 |
Easwar Swaminathan
|
c0e35731fa
|
xds: move e2e tests into grpc/test/xds directory (#5363)
|
2022-05-24 11:13:30 -07:00 |
Zach Reyes
|
e583b196ce
|
xds: Add RLS in xDS e2e test (#5281)
|
2022-04-04 14:38:37 -07:00 |
Doug Fawley
|
d61c7ae86d
|
internal: merge xds/envconfig into env package (#4923)
|
2021-11-10 17:05:08 -08:00 |
Menghan Li
|
52d9416739
|
xds/client: move transport_helper from xdsclient to a separate struct (#4968)
|
2021-11-10 15:03:10 -08:00 |
Zach Reyes
|
6603e730b5
|
xds: Added validation and construction of RBAC matcher engine to ParseConfig (#4964)
* xds: Added validation and construction of RBAC matcher engine to ParseConfig
|
2021-11-09 19:21:32 -05:00 |
Easwar Swaminathan
|
1163cfabe9
|
xds: move LocalTCPListener to internal/testutils (#4920)
|
2021-11-01 14:32:55 -07:00 |
Easwar Swaminathan
|
3bae5f5b65
|
xds: use protos from cncf/xds instead of cncf/udpa (#4866)
|
2021-10-14 16:51:55 -07:00 |
Zach Reyes
|
34df1b42ae
|
xds: Small RBAC Changes defined in A41 (#4818)
* xds: Small RBAC Changes defined in A41
|
2021-09-28 15:27:00 -04:00 |
Zach Reyes
|
4555155af2
|
xds: Small changes at xDS RBAC Layer (#4815)
* xds: Small changes at xDS RBAC Layer
|
2021-09-27 17:36:16 -04:00 |
Zach Reyes
|
e469f0d5f5
|
xds: Add env var protection for RBAC HTTP Filter (#4765)
* xds: Add env var protection for RBAC HTTP Filter
|
2021-09-17 01:01:07 -04:00 |
Zach Reyes
|
77ffb2ef31
|
xds: RBAC HTTP Filter (#4748)
* xds: RBAC HTTP Filter
|
2021-09-13 14:09:57 -04:00 |
Easwar Swaminathan
|
2f3355d224
|
xds: update go-control-plane to latest (#4737)
|
2021-09-07 11:11:16 -07:00 |
Zach Reyes
|
ef66d13abb
|
xds: Required Router Filter for both Client and Server side (#4676)
* Added isTerminal() to FilterAPI and required router filter on Client and Server side
|
2021-08-30 16:49:46 -04:00 |
Doug Fawley
|
d074cae66b
|
github: fold security tests into 'tests'; update testing to 1.17-1.15 (#4708)
|
2021-08-26 11:21:36 -07:00 |
Easwar Swaminathan
|
712e8d4f57
|
Remove support for Go 1.13 and older (cont) (#4706)
|
2021-08-25 14:51:41 -07:00 |
lzhfromustc
|
8332d5b997
|
test: fix possible goroutine leaks in unit tests (#4570)
|
2021-07-21 10:40:04 -07:00 |
Doug Fawley
|
6351a55c38
|
xds: remove env var protetion of advanced routing features (#4529)
|
2021-06-10 09:33:06 -07:00 |
Doug Fawley
|
5c164e2b8f
|
xds: rename xds/internal/client package to xdsclient (#4511)
|
2021-06-03 16:10:21 -07:00 |
Doug Fawley
|
98c895f7e0
|
cleanup: use testutils.MarshalAny in more places (#4404)
|
2021-05-10 09:35:55 -07:00 |
Easwar Swaminathan
|
40b25c5b2c
|
xds: set correct order of certificate providers in handshake info (#4350)
|
2021-05-05 12:34:15 -07:00 |
Doug Fawley
|
4f3aa7cfa1
|
xds: optimize fault injection filter with empty config (#4367)
|
2021-05-04 15:29:58 -07:00 |
Doug Fawley
|
11bd77660d
|
xds: work around xdsclient race in fault injection test (#4377)
|
2021-05-04 14:51:32 -07:00 |
Doug Fawley
|
74fe6eaa41
|
github: testing action workflow improvements and update to test Go1.16 (#4358)
|
2021-04-22 14:59:51 -07:00 |
Easwar Swaminathan
|
fab5982df2
|
xds: server-side listener network filter validation (#4312)
|
2021-04-09 16:49:25 -07:00 |
Menghan Li
|
d26af8e391
|
admin: implement admin services (#4274)
|
2021-03-22 15:14:11 -07:00 |
Doug Fawley
|
21976fa3e3
|
xds: disable fault injection test on 386 (#4264)
|
2021-03-12 15:19:57 -08:00 |