[tilo][service] Read auth token from Context

We should always supply all request-related values in the context
object, since this is a standard Go pattern.

IN-699 #comment

Change-Id: I4b5d6def5882a99a72ba4735f636465dee285c7b
3 files changed
tree: f28ab9b94d15cf97d94d5ea503834683172a02c8
  1. botanist/
  2. cmd/
  3. fastboot/
  4. fuchsia/
  5. fxctx/
  6. fxtesting/
  7. fxtime/
  8. gerrit-policy/
  9. netboot/
  10. pdu/
  11. qemu/
  12. retry/
  13. secrets/
  14. serial/
  15. telnet/
  16. tftp/
  17. tilo/
  18. tools/
  19. .gitignore
  20. AUTHORS
  21. Gopkg.lock
  22. Gopkg.toml
  23. LICENSE
  24. MAINTAINERS
  25. manifest
  26. PATENTS
  27. README.md
  28. testsharder
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}