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

Add gRPC over TLS support #1201

Merged
merged 3 commits into from
Jul 1, 2019
Merged

Commits on Jun 28, 2019

  1. Add gRPC over TLS support

    Fixes projectcontour#862
    Updates projectcontour#881
    
    - Make it clear that all three TLS params are required if you supply any in all three modes.
    - Update `contour serve` variables to make it clear they're not client certs.
    - Remove redundant test now that all three params are required.
    - Fix a small linting thing in `cli.go` by adding comments to exported functions.
    - Add secure-local Make target
    - Add env var support for all the TLS flags.
    
    Signed-off-by: Nick Young <ynick@vmware.com>
    Nick Young committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    2296dfd View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. make requested PR changes

    - Take TODO about tidying up the repo root dir
    - use varargs correctly in `Dial()`
    - other style changes
    - rebase from current master
    
    Signed-off-by: Nick Young <ynick@vmware.com>
    Nick Young committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    8ba660f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:heptio/contour into fixedissues/862

    Signed-off-by: Nick Young <ynick@vmware.com>
    Nick Young committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    5c127c1 View commit details
    Browse the repository at this point in the history