-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop json rpc gateway support (#583)
## Description Drop all code dealing with json rpc. ## Why is this needed Its likely unused code which has some weird code (:eye: runtime.String) that make other PRs more tedious (#567, also I want to drop the self-signed `/cert` stuff too) to implement. ## How Has This Been Tested? `go build` and CI. ## How are existing users impacted? What migration steps/scripts do we need? No impact I suspect (and hope). I know of 3 other tink clients and they all use grpc: - https://github.com/swills/py-tink-cli - https://github.com/micahhausler/tink/tree/feature/k8s-mode/cmd/virtual-worker - an Equinix Metal internal service
- Loading branch information
Showing
14 changed files
with
31 additions
and
2,672 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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
has nix && use nix | ||
dotenv_if_exists | ||
PATH_add bin | ||
path_add GOBIN bin | ||
|
||
export TINKERBELL_GRPC_AUTHORITY=127.0.0.1:42113 | ||
export TINKERBELL_CERT_URL=http://127.0.0.1:42114/cert | ||
|
||
which nix &>/dev/null && use nix && unset GOPATH |
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
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.