Hi folks,
I was evaluation keywhiz for some of my company's production use.
I tried to work with defaults and development setup that is available in keywhiz and keywhiz-fs git repos.
1) On a linux box, I brought up the server, which is listening on 4444 using "server/src/main/resources/keywhiz-development.yaml.h2"
2) I pointed the keywhiz.cli to this locally running server and adding a keygroup and a secret.
[palakas@heavenaive keywhiz]$ ~/kw.cli list secrets
password for 'stark':
favourite
[palakas@heavenaive keywhiz]$ ~/kw.cli list groups
pets
[palakas@heavenaive keywhiz]$
3) In a different window, I brought up keywhiz-fs using the default cert that's bundled in the repo
sudo ./keywhiz-fs --key fixtures/client.pem --ca fixtures/cacert.crt
https://localhost:4444 /newsecrets
But there is nothing in /newsecrets
[palakas@heavenaive keywhiz-fs]$ cd /newsecrets/
[palakas@heavenaive newsecrets]$ ls -ltr
total 0
[palakas@heavenaive newsecrets]$
How do I assign keywhis-fs client to the keygroup "pets", so that it can read the "favourite" secret?
Thanks,
Sasi