bbonnin / pulsar-express

Simple Web Interface for Apache Pulsar
Apache License 2.0
111 stars 20 forks source link

Which auth providers are supported? (yet) #3

Closed KannarFr closed 5 years ago

KannarFr commented 5 years ago

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 5 years ago

Hello, In fact, at the moment, no security is supported :( Feel free to contribute ;)

bbonnin commented 5 years ago

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

KannarFr commented 5 years ago

Hi @bbonnin, thanks!