Files
spring-vault/src
Michal Budzyn 696d047760 Add authentication for Kubernetes Service Account Token
We now support authentication via Kubernetes using Service Account Tokens.

KubernetesAuthenticationOptions options = KubernetesAuthenticationOptions.builder().role("dev-role").build();
KubernetesAuthentication authentication = new KubernetesAuthentication(options, restTemplate);

Original pull request: gh-166.
Closes gh-143.
2017-11-01 19:25:22 +01:00
..