provectus / kafka-ui

Open-Source Web UI for Apache Kafka Management
Apache License 2.0
9.88k stars 1.2k forks source link

RBAC: Get rid of provider type in custom params #3832

Open Haarolean opened 1 year ago

Haarolean commented 1 year ago

It seems like OAuth2Provider#provider is not quite populated to spring's structure (com/provectus/kafka/ui/config/auth/OAuthPropertiesConverter.java:22), thus, it seems it might be non-unique and used by us in favor of "type" in custom-params.

AkashDeepSinghJassal commented 1 month ago

I would like to work on this issue.