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 2022/10/15 08:39:38 UTC

[GitHub] [pulsar-client-go] tianjingle opened a new issue, #863: why internal Provider?

tianjingle opened a new issue, #863:
URL: https://github.com/apache/pulsar-client-go/issues/863

   
   When I customized a authentication , I went to implement the `Provider` interface and found that the internal was used in Pulsar-Client-Go, so I couldn't customize the authentication. How do I implement custom authentication for this piece? Looking forward to your answer.
   
   ```
   func NewAuthenticationIAM(ak string, sk string) auth.Provider {
   	var provider auth.Provider
   	provider = &IAMProvider{
   		ak:        ak,
   		sk:        sk
   	}
   	return provider
   }
   ```


-- 
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.apache.org

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


[GitHub] [pulsar-client-go] nodece closed issue #863: why internal Provider?

Posted by GitBox <gi...@apache.org>.
nodece closed issue #863: why internal Provider?
URL: https://github.com/apache/pulsar-client-go/issues/863


-- 
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


[GitHub] [pulsar-client-go] nodece commented on issue #863: why internal Provider?

Posted by GitBox <gi...@apache.org>.
nodece commented on issue #863:
URL: https://github.com/apache/pulsar-client-go/issues/863#issuecomment-1330306887

   Could you make a PR to fix this?


-- 
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