Replies: 4 comments 5 replies
-
change it and test again? |
Beta Was this translation helpful? Give feedback.
-
|
Sorry, I think you may have misunderstood.
it will allow a consumer configured with to make a call. I think the consumer should be denied in this case as no username or password has been set. However if the consumer is configured as it will fail as expected with |
Beta Was this translation helpful? Give feedback.
-
|
i don't reproduce your issue by adding auth configurations to dubbo-samples-dubbo of https://github.com/apache/dubbo-samples, could you push your provider and consumer project to your repos? i doubt your consumer project shares your provider configuration. |
Beta Was this translation helpful? Give feedback.
-
|
it seemed that the triple server doesn't check client auth infos when client sent requests using dubbo protocol, could you submit a issue at https://github.com/apache/dubbo/issues ? |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
Where can I find an example of using the Auth plugin ?
I can not find any documentation that describes how to use/configure the plugin apart from https://dubbo.apache.org/en/overview/mannual/java-sdk/reference-manual/protocol/tripe-rest-manual/ and https://dubbo.apache.org/en/overview/mannual/java-sdk/tasks/security/auth/
I have tried to configure the BasicAuthenticator with partial success(1) and also the AccessKeyAuthenticator with little success.
I can also see there there is a package called org.apache.dubbo.auth.v1alpha1 which makes me think that some of the functionality may not yet be complete?
then the service IS still accessible if the consumer is configured as
maybe a bug?
However will be denied if configured and the username/password is different e.g.
Thanks,
Tim
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions