Daniel Widdis

Results 429 comments of Daniel Widdis

The dependency is in a plugin, for which there's nothing we can do in our build.gradle to change. We do already have a constraint on the newer guava for any...

Seems 1.x is hardcoded for 2.9.0 snapshot: https://github.com/opensearch-project/opensearch-sdk-java/blob/1.x/build.gradle#L18 Why are we doing that instead of "latest" snapshot?

I'm in favor. @cwperks would love you to help create these tests.

2.9.0 code freeze is imminent. We need to wrap up this discussion promptly and if we are relaxing NamedRoutes that needs to happen ASAP. This whole prefix conversation is: -...

This diagram summarizes the constraints driving this request. Currently only "Extension B" is a tenable solution. "Extension A" is unreachable from the internet without some extra setup/roles/permissions/etc. on the account,...

> The biggest security matter I see arising is verification of the identity of the extension. Whatever identity certificates are needed could be sent with the original/initiating REST request as...

> How does the discovery process currently work when a node joins the cluster? The node sends out a unicast ping to the discovery seed host, and says "Hi, can...

> ### Proposal > * Add coverage to bring SDK upto 75% or a number which maintainers agree to. > * Enforce test coverage minimum % for PRs OK, time...

Whoever does `SDKTransportService` should do #585 at the same time.

> I will look into whether its possible to publish a test jar from the security plugin and utilize that for tests in this repo. @cwperks @saratvemulapalli given #714 we...