-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tinkerbell GRPC Insecure Mode (#567)
## Description This PR, along with some minor cleanup, enables tink-server to run without a TLS certificate and enables tink-cli to connect to it without needing TLS to be set up. At the time of opening the PR, this change is intended to only extend the capabilities of tink-server and tink-cli rather than fundamentally altering them, though I am open to the latter before this lands if that's the right answer. ## Why is this needed This will simplify development and testing of the tinkerbell stack, and could theoretically be used in the sandbox. Alternately, the sandbox could include TLS termination similar to how many applications use Kubernetes ingress for TLS termination. ## How Has This Been Tested? Template creation and retrieval ``` cat focal.yaml | docker exec -i tink_tink-cli_1 tink template create docker exec -i tink_tink-cli_1 tink template get ``` - [x] against `make run-stack` - [ ] with the sandbox ## How are existing users impacted? What migration steps/scripts do we need? This is intended to not impact ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
- Loading branch information
Showing
6 changed files
with
132 additions
and
129 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
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.