-
Notifications
You must be signed in to change notification settings - Fork 27
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
Fix API parameter names #320
Conversation
1207f4a
to
aab9025
Compare
@wiebeck Are you experiencing errors because of the names? It's been a while since I implemented this but these parameters/properties should all be tested in the client module. |
aab9025
to
925bcdf
Compare
@kdubb: In fact I did. Our Vault was in a standby state and we wanted to try out the corresponding Besides that the |
If that's the case, we need tests for these (or figure out why the tests are not failing). |
I could need some help with the tests. :-/ |
@wiebeck I'd like to get this merged. What help do you need? |
for the
it is going to be difficult to test the I also tested the this may prove difficult to test as well. we would need to set pgp keys in the I understand now better the PR. just look at |
Did you have a look @kdubb ? |
hello @wiebeck can you go ahead and squash/rebase your commits. |
925bcdf
to
436e128
Compare
Alright, squashed and rebased. Happy new year everyone! |
thanks @wiebeck |
This fixes the API spec files so that the generated parameters are named exactly like in the Vault API documentation, e.g.
standbyok
has to be all-lowercase androot_token_p_g_p_key
had too many underscores.