Fork me on GitHub
#mount
<
2017-07-06
>
onetom05:07:23

@tolitius hi! i was just rereading your https://www.dotkam.com/2017/01/10/hubble-space-mission-securely-configured/ article and this time i was actually trying it out. 1. there is a typo in it:

$ vault vault auth    ## use a root token        ## >>> (!) remember this token
which should be semi-obviously just
$ vault auth    ## use a root token        ## >>> (!) remember this token

onetom05:07:04

2. how am i supposed to start the hubble app if the secret is only available for 120ms? boot up takes several seconds too start

onetom05:07:15

and of course thank you for taking the time to put such high quality, very informative examples together with step by step instructions aaand showing their expected outputs too (which is often omitted)!