Fix JSON serialization of VaultTokenRequest.noParent.

Fixes gh-243.
Original pull request: gh-244.
This commit is contained in:
Vincent Oberle
2018-04-18 17:52:54 +03:00
committed by Mark Paluch
parent 52caecb171
commit e618b25f28

View File

@@ -42,6 +42,7 @@ public class VaultTokenRequest {
private final Map<String, String> meta;
@JsonProperty("no_parent")
private final boolean noParent;
@JsonProperty("no_default_policy")