Interface KubernetesServiceAccountTokenFileFactory

All Known Implementing Classes:
DefaultKubernetesServiceAccountTokenFileFactory

public interface KubernetesServiceAccountTokenFileFactory
Factory for creating instances of KubernetesServiceAccountTokenFile which contains the token for authentication with a service account in Kubernetes environment.
Since:
3.2
  • Method Details

    • getKubernetesServiceAccountTokenFile

      org.springframework.vault.authentication.KubernetesServiceAccountTokenFile getKubernetesServiceAccountTokenFile(String jwtPath)
    • getKubernetesServiceAccountTokenFile

      org.springframework.vault.authentication.KubernetesServiceAccountTokenFile getKubernetesServiceAccountTokenFile()
      Returns:
      default path to the service account token file.