kafka-ui icon indicating copy to clipboard operation
kafka-ui copied to clipboard

RBAC: Get rid of provider type in custom params

Open Haarolean opened this issue 2 years ago • 1 comments

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.

Haarolean avatar May 17 '23 09:05 Haarolean