-
Notifications
You must be signed in to change notification settings - Fork 224
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
need kubernetes auth support with jwt #170
Comments
Does PR #171 resolve this? If so, then it will hopefully be going up to Maven Central tomorrow. |
yes this is related to PR #171 and I noticed you have merged the PR for the exactly same problem. thank you, I will give it a try after it's available in Maven Central. |
FYI... I have a StackOverflow question open, to resolve the build issues that have prevented this latest version from going out. If anyone has any insights on this, that would be great: |
I have resolved the build issues relating to Java 8 / 9+ compatibility, and updated the documentation for a 4.1.0 release. There are just some flaky integration tests standing between here and that publication. |
Kudos! Thanks so much! |
Finally resolved all of the integration test issues. A "4.1.0" release has just been tagged here on GitHub, and a binary artifact published to Maven Central. It usually takes a few hours to become accessible. |
We need to login vault which is with Kubernetes jwt to get the vault token.
The auth is very similar than https://github.com/BetterCloud/vault-java-driver/blob/master/src/main/java/com/bettercloud/vault/api/Auth.java#L898 loginByGCP, but will need additional parameter "path", which fortunately already in the model.
Basically it will have an interface like
and the builder pattern will allow modify the uri based on path parameter if it's not "/v1/auth/gcp/login"
I can create a PR for that, please let me know either way, thanks a lot.
The text was updated successfully, but these errors were encountered: