Hi, everyone
I started working with this great tool two weeks ago. I would like to use it in order to help my co-workers. However, I think it would be useful if each user had their own passwords, so it is possible?
I have seen in the documentation that thanks to Cubbyhole can be achieved. I have done a test to try to verify this, however, it seems that the passwords created are not stored. For example.
I authenticate with the user:
vault login -method=userpass username=user password=test
I store the password:
vault write cubbyhole/my-secret my-value=s3cr3t
Verify:
# vault read cubbyhole/my-secret
Key Value
--- -----
my-value s3cr3t
However, if I log out and log in again, the password is gone. Moreover, on Vault UI, it doesn't let me create or view them.
What should I do?
Thank you very much in advance,
Regards :)