Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e grpcproxy tests #8277

Merged
merged 11 commits into from
Jul 21, 2017
Merged

Commits on Jul 21, 2017

  1. Configuration menu
    Copy the full SHA
    5c6a6bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c22d35 View commit details
    Browse the repository at this point in the history
  3. transport: include InsecureSkipVerify in TLSInfo

    Some functions take a TLSInfo to generate a tls.Config and there was no
    way to force the InsecureSkipVerify flag.
    heyitsanthony committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    426ad25 View commit details
    Browse the repository at this point in the history
  4. etcdmain: use client tls info for v2 proxy client connections

    Was defaulting to PeerTLSInfo for client connections to the etcd cluster.
    Since proxy users may rely on this behavior, only use the client tls
    info if given, and fall back to peer tls otherwise.
    heyitsanthony committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    5d6c6ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5a0d4d View commit details
    Browse the repository at this point in the history
  6. etcdmain: cleanup grpcproxy; support different certs for proxy/etcd

    Enables TLS termination in grpcproxy.
    heyitsanthony committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    1365f87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efbee9d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5447c2 View commit details
    Browse the repository at this point in the history
  9. grpcproxy: return nil on receiving snapshot EOF

    Gets "code = OutOfRange desc = EOF" errors otherwise.
    heyitsanthony committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    1dcae41 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    107828d View commit details
    Browse the repository at this point in the history
  11. e2e: fix range indexing for args2env conversion

    Was dropping the last argument in the slice.
    heyitsanthony committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    954ec4d View commit details
    Browse the repository at this point in the history