-
Notifications
You must be signed in to change notification settings - Fork 223
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
Added the following #245
base: master
Are you sure you want to change the base?
Added the following #245
Conversation
- excludeCNFromSans to provide the same functionality as the UI to bypass an issue I am having with HC Vault Sign opetation and SubjectDN greater than 63 characters in CSR Updated the following tests to remove the issues reported by Checkstyle - AuthBackendTokenTests - TransitApiTest
Hello vault-java-driver team, can someone look into merging this and have this released? |
I was the primary (almost sole) contributor to this project when I worked at BetterCloud, but I resigned from there in late 2019. Initially there was discussion about a transition plan, but then a funny little thing happened in early 2020... By the time the world settled back down, there had been a lot of turnover, and I just no longer had the connections at BetterCloud that I once did. My sense is that there is no interest there in continuing this without me driving it. And I have no personal interest in maintaining a fork, because my only use of Vault these days is by way of Vault Agent Injector in a Kubernetes environment. My recommendation would be to either:
Of course, the community launching a fork is also an option. But I think you'd be on your own, with no one upstream either blessing or opposing it. |
@steve-perkins , thank you so much for your fast reply. I'll definitely look for the other options then :) |
@henryx Now I really need in small bugfix and few simple improvements. @steve-perkins Do you have any objections? Blessing? A parting word? %) Now I've fixed the issue with I'm going to release 5.2.0 soon... |
Added the following
excludeCNFromSans
to provide the same functionality as the UI to bypass an issue I am having with HC Vault Sign operation and SubjectDN greater than 63 characters in CSRUpdated the following tests to remove the issues reported by Checkstyle
This relates to