-
Notifications
You must be signed in to change notification settings - Fork 35
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 kubernetes auth doesn't work #35
Comments
I've found a problem. The plugin works, but it uses the default kubernetes auth for login - |
Hi, I stumbled upon the same issue (our path is a different one than default |
Hi, we have forked repo and added logic for setting non-default auth . |
This looks to be the same issue as #46. The reporter is pursuing an approach that will resolve this issue. Stay tuned. |
Hi, I'm trying to implement the plugin with Vault but it returns the error:
My k8s uses a custom path as well. I tried to use the variable "KUBERNETES_AUTH_PATH" using the path as value, but the kafka connect ignores the values on start up. Is there anything that I have missed? I'm struggling a lot to make it works. |
My config-map using the variable with the custom path declared:
The values logged on startup. Note that ignores the variable value above
|
@mcl085 have you taken and built the latest code from master branch? We are yet to release the latest enhancements for vault |
Hi @davidsloan I only updated from release 2.1.6 to 2.2.0 and built a new docker image with this new tag |
@mcl085 I think you need this change. A release has not been made yet hence my comment about compiling from source. Shout if you need further help testing it. |
Any idea when an official release is coming? |
@philipsabri We will be releasing within the next few days. Sorry for the delay. |
This is released in 2.3.0 |
Hi, I'm trying to use your vault integration with k8s auth, but it doesn't work.
I got the following error
I've created a service account and role binding, also I've created k8s auth in vault.
Also I've tested that auth works inside container:
I don't understand why plugin can't get a secret with
missing client token
errorThe text was updated successfully, but these errors were encountered: