GitHub user mitpjones added a comment to the discussion: [Q/A] (Dubbo version 
3.3.1) Where can I find an example of using the Auth plugin?

I have changed the provider password as follows
```
  provider:
    auth: true
    username: admin
    password: notadmin
    authenticator: basic
```

the consumer is commented out as follows
```
  #consumer:
   #auth: true
   #username: admin
   #password: notadmin
```
but the call from the consumer to the provider was sucessful
```
Wed Aug 06 07:32:39 NZST 2025 Receive result ======> Hello world
```
I would expect the call to fail as I have configured the provider with auth: 
true       


GitHub link: 
https://github.com/apache/dubbo/discussions/15612#discussioncomment-14010698

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to