You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
404 B
Plaintext
6 lines
404 B
Plaintext
#!/usr/bin/env hivemind
|
|
systemd-service: sleep 3 && systemd-run --user --collect -u vault-nixos3.service -p LoadCredential=foo:$(pwd)/tmp/sock --wait --pipe cat '${CREDENTIALS_DIRECTORY}/foo'
|
|
vault: vault server -dev -dev-root-token-id secret
|
|
vault-agent: sleep 5 && ./tests/setup-vault && vault agent -config ./tests/vault-agent-example.hcl
|
|
systemd-vaultd: go run . -secrets tmp/secrets -sock tmp/sock
|