Lyon Rosenblatt
06/25/2024, 12:24 PMIsan Rivkin
06/26/2024, 9:28 AMLyon Rosenblatt
06/26/2024, 10:32 AMui_config:
logout_url: /logout
And the ui_config errors if you give it that key. That makes sense, as the key is never listed in the config docs.
also, there is a key set called auth.api
and auth.authentication_api
but I don't find documentation on how you would implement/use them correctly.
also, there is this in the documentation If you have configured an external auth server you can set this to "external" to support the policy editor.
under auth.ui_config.rbac
so I assume an external implementation is possible.
I know there was an option for oidc
but it's stated as deprecated, so if you want to use something like KeyCloack, you must write an application that connects them. (this is btw something I would like to do and make available for the community, but for that, it would be great to have some more documentation on the pluggable authentication)
So yeah, that's kind of my situation. I hope someone can expand on those systems a bit because contributing to and implementing granular pluggable authentication for the community would be great.
Also, it would be great if someone could explain why a user can delete their key if they just have Read access, as it seems like a strange decision.
Cheers Lyon.Isan Rivkin
06/26/2024, 3:11 PMauth.api
to make it pluggable.