Merge pull request #8289 from mitake/auth-proxy

clientv3, etcdmain, proxy: support authed RPCs with grpcproxy
This commit is contained in:
Hitoshi Mitake
2017-09-22 16:14:37 +09:00
committed by GitHub
6 changed files with 117 additions and 3 deletions

View File

@@ -12,9 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Skip proxy tests for now since auth is broken on grpcproxy.
// +build !cluster_proxy
package e2e
import (