envoyproxy / java-control-plane

Java implementation of an Envoy gRPC control plane
Apache License 2.0
293 stars 136 forks source link

DiscoveryServer implementation does not cover Secret Discovery Service #76

Closed vksiva closed 6 years ago

vksiva commented 6 years ago

As per the 1.8.0 envoy release, Secret Discovery Service has been added.

DiscoveryServer.java does not have this implemented. Can you please add SDS to the DiscoveryServer implementation?

vksiva commented 6 years ago

Thanks @snowp for speedy resolution of the issue.