You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/07 13:29:40 UTC

[GitHub] [pulsar] tuteng commented on a change in pull request #11931: [pulsar-client]Add a optional params scope for pulsar oauth2 client

tuteng commented on a change in pull request #11931:
URL: https://github.com/apache/pulsar/pull/11931#discussion_r703511128



##########
File path: pulsar-client/src/test/java/org/apache/pulsar/client/impl/auth/oauth2/AuthenticationOAuth2Test.java
##########
@@ -86,6 +86,7 @@ public void testConfigure() throws Exception {
         params.put("privateKey", "data:base64,e30=");
         params.put("issuerUrl", "http://localhost");
         params.put("audience", "http://localhost");
+        params.put("scope", "test-scope");

Review comment:
       @addisonj  I have added some tests, please take a look at this, thanks




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org