harness-drone/plugins/secrets/vault
Matt Leung 79428aa231 Enable Vault auth through kubernetes auth method
Added a feature to obtain the initial Vault token from the Kubernetes
auth method.

This works by making a request to the Vault server at the specified auth
method mount point's login path and presenting the JWT located in a file
on a running pod, along with the Kubernetes role to authenticate as.

Vault will then respond with a token and its TTL, if the request is valid.
2018-04-24 14:56:28 -07:00
..
fixtures Enable Vault auth through kubernetes auth method 2018-04-24 14:56:28 -07:00
kubernetes.go Enable Vault auth through kubernetes auth method 2018-04-24 14:56:28 -07:00
kubernetes_test.go Enable Vault auth through kubernetes auth method 2018-04-24 14:56:28 -07:00
opts.go Enable Vault auth through kubernetes auth method 2018-04-24 14:56:28 -07:00
opts_test.go enable periodic tokens 2018-02-21 14:12:10 -08:00
vault.go add vault driver_opts support 2018-03-08 12:46:39 -08:00
vault_test.go add vault driver_opts support 2018-03-08 12:46:39 -08:00