Skip to content

Commit

Permalink
Update legacy JWT config in test
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Oct 18, 2021
1 parent 39d6d0b commit f822864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void setup()
server = TestingTrinoServer.builder()
.setProperties(ImmutableMap.<String, String>builder()
.put("http-server.authentication.type", "JWT")
.put("http.authentication.jwt.key-file", new File(keyDir, "${KID}.key").getPath())
.put("http-server.authentication.jwt.key-file", new File(keyDir, "${KID}.key").getPath())
.put("http-server.https.enabled", "true")
.put("http-server.https.keystore.path", getResource("localhost.keystore").getPath())
.put("http-server.https.keystore.key", "changeit")
Expand Down

0 comments on commit f822864

Please sign in to comment.