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

fixing bulk requests in the transit api #195

Merged

Conversation

TariqAbughofa
Copy link

@TariqAbughofa TariqAbughofa commented Oct 7, 2019

The transit api fails on bulk requests since the write function in Logical expects only a scalar type and not a JsonValue. The problem can be seen by commenting my fix and running the tests I added.

The fix will allow transit bulk APIs to work as well as any current of future vault requests that have a nested JSON in the request.

@steve-perkins steve-perkins merged commit bbff079 into BetterCloud:master Dec 11, 2019
@steve-perkins
Copy link
Contributor

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants