Thanks
Comment on What do you use to manage secrets in your network?
lungdart@lemmy.ca 10 months agoIt’s a cli tool, so you can call it within another call using dollar sign syntax
terraform apply --var "myvalue=$(pass path/to/value)"
MigratingtoLemmy@lemmy.world 10 months ago
MigratingtoLemmy@lemmy.world 10 months ago
Could you tell me how I can use pass whilst authenticating an application with something akin to identities? I.e. I need application 1 to be able to access a certain key but I don’t want application 2 to be able to do so. How would I be able to restrict access to keys?
A bit about the scenario: I will be running this in a VM which will act as my central password suite on the network, which I will access using a password/keys.
lungdart@lemmy.ca 10 months ago
Pass can’t do this.
MigratingtoLemmy@lemmy.world 10 months ago
I might actually have to use Conjur for temporary credentials in my network. Thanks