Homestyx hydra

R1:8fbebce501a4

Implement storage of a host ID and a public key for authorizing Conduit between servers

Summary:
Ref T4209. This creates storage for public keys against authorized hosts, such that servers can be authorized to make Conduit calls as the omnipotent user.

Servers are registered into this system by running the following command once:

```
bin/almanac register
```

NOTE: This doesn't implement authorization between servers, just the storage of public keys.

Placing this against Almanac seemed like the most…
Repository: R1 hydra
Commit Date: Oct 3 2014