Skip to content

Commit

Permalink
Update KASClient.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleene authored May 23, 2024
1 parent 1a3caa1 commit dab02fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/src/main/java/io/opentdf/platform/sdk/KASClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public byte[] unwrap(Manifest.KeyAccess keyAccess, String policy) {
var requestBody = gson.toJson(body);

var claims = new JWTClaimsSet.Builder()
// TODO: fix this when we have JSON serialization integrated
.claim("requestBody", requestBody)
.issueTime(Date.from(Instant.now()))
.expirationTime(Date.from(Instant.now().plus(Duration.ofMinutes(1))))
Expand Down

0 comments on commit dab02fc

Please sign in to comment.