Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vault Auth Kubernetes Method #8

Closed
EricDotz opened this issue Oct 25, 2023 · 1 comment
Closed

Vault Auth Kubernetes Method #8

EricDotz opened this issue Oct 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@EricDotz
Copy link

EricDotz commented Oct 25, 2023

What happened?

With regard to this plugin, so far it only authenticates via token and the latest code will have the option to authenticate with kubernetes service accout:

const (
      VaultAuthToken VaultAuthMethod = "Token"
      // VaultAuthKubernetes indicates that "Kubernetes Auth" will be used to
      // authenticate to Vault.
      // https://developer.hashicorp.com/vault/docs/auth/kubernetes
      VaultAuthKubernetes VaultAuthMethod = "Kubernetes"
  )

This avoids having to use the annotations found in the crossplane documentation. However, a version with this authentication method change has not yet been released.

How could Crossplane help solve your problem?

I would like to know if there is a release date for this update/release?

What environment did it happen in?

Crossplane version: 1.13.2

@EricDotz EricDotz added the enhancement New feature or request label Oct 25, 2023
@EricDotz
Copy link
Author

After version 0.2.0 released it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant