-
Notifications
You must be signed in to change notification settings - Fork 680
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #862 Updates #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>
- Loading branch information
Nick Young
committed
Jun 28, 2019
1 parent
3e46252
commit 2296dfd
Showing
6 changed files
with
354 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ vendor/ | |
.DS_Store | ||
go.sum | ||
localenvoyconfig.yaml | ||
securelocalenvoyconfig.yaml | ||
certs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.