Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: expose tink server via Vagrant port forward (#221)
I am working at the e2e test for the vagrant setup. It is very useful to be able to reach tink-server from outside the VM because that where the logic that asserts the right execution lives. It is also good for experimentation because I was able to build the tink cli: ``` go build -o tink ./cmd/tink-cli/main.go ``` I was able to use the tink cli from my local environment. Way more familiar that `docker exec` as a workflow imho: ``` $ TINKERBELL_GRPC_AUTHORITY=127.0.0.1:42113 TINKERBELL_CERT_URL=http://127.0.0.1:42114/cert ./tink hardware list +----+-------------+------------+----------+ | ID | MAC ADDRESS | IP ADDRESS | HOSTNAME | +----+-------------+------------+----------+ +----+-------------+------------+----------+ ```
- Loading branch information