new VaultSecretProvider( | |
"https://my.server.com:8200", // VAULT_ADDR | |
"dev/my-team", // VAULT_NAMESPACE | |
"877501d5a018e9344088fd5c89580f6b095f5326" // vault.pfx certificate thumbprint | |
).GetValue("my-secret", "kv") // path to the secret - vault write kv/my-secret value="s3c(eT" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment