Which auth providers are supported? (yet)
Closed this issue · 3 comments
KannarFr commented
Hi @bbonnin,
I just tried it and it seems that HTTP Basic Auth is the only one supported. Am I right? Do you plan to add other like the JWT one?
I can help you to add it. :)
bbonnin commented
Hello,
In fact, at the moment, no security is supported :(
Feel free to contribute ;)
bbonnin commented
Hi,
In v0.3.0, you can define a connection that uses a token (see: https://pulsar.apache.org/docs/en/security-token-admin/).
A first step ;)