Venil Noronha

Results 13 issues of Venil Noronha

**What is the URL of your blog?** https://venilnoronha.io/ **What is the feed URL for your blog?** https://venilnoronha.io/feed.xml Thanks for your work!

Firstly, I've created a new interface called `MulticoreSolrOperations` which is similar to `SolrOperations`, but, all methods in `MulticoreSolrOperations` accept a `coreName` parameter i.e. to specify a solr core over which...

status: waiting-for-triage

Currently, the `DiscoveryService` allows only unidirectional sync. One of the challenges with this approach is that most agents implementing this interface need to be publicly available. https://github.com/vmware/hamlet/blob/9a69c19c362ddf4793101d49ade6797c703a8dc5/api/resourcediscovery/v1alpha1/resource_discovery.proto#L88-L95 The proposal is...

The `bazel.release` CI target was disabled due to disk space issues. We should enable it once again. /cc @mythi

help wanted
legacy

Here's a high-level roadmap for the project. - [x] Make boringssl-based TLS extensions fully unpluggable * https://github.com/envoyproxy/envoy/pull/7377 - [x] Move TLS extensions into envoy-openssl * https://github.com/Maistra/envoy-openssl/tree/maistra-0.12 * https://github.com/rojkov/envoy-openssl/tree/openssl-as-3d-party-extension - [x]...

help wanted
legacy

**Describe the bug** As described in [this comment](https://github.com/vmware/wavefront-adapter-for-istio/pull/76#discussion_r295499681), the Helm configuration currently accepts 2 namespace parameters as shown below. https://github.com/vmware/wavefront-adapter-for-istio/blob/646ea4e89e711eea58e1ef0c1c0d7784deffa51f/install/wavefront/values.yaml#L15-L17 Currently, there's a bug in the adapter/Istio that causes the...

bug
help wanted

**Describe the feature request** We should add support for integrating this adapter with Istio 1.1.x (both 1.1.0 and 1.1.1). We can do this incrementally in 2 separate PRs, one following...

enhancement

**Describe the feature request** Currently, the Wavefront credentials are stored transparently in the YAML files. This can pose a security risk, and it'd be good to provide a secure alternative...

enhancement
help wanted
design proposal

**Describe the feature request** Currently, the adapter is distributed via a Docker image and is installed by invoking Helm or Kubernetes commands. Istio allows users to integrate services that run...

enhancement
design proposal

**Describe the feature request** Currently, the documentation is served only via README files. It'd be good to have GitHub Pages (via the `gh-pages` branch) for this project to keep the...

enhancement
help wanted
good first issue