@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
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
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)!