Does Gatekeeper support Basic Auth?

Hi all, I successfully integrated gatekeeper and Keycloak to secure my applications. Now I’ve been asked to make sure that I still support basic auth.
For what I read, Keycloak does support it, but I believe I need to enable that from the adapter. I learned that for the java adapter I would need to set “enable-basic-auth=true” does gatekeeper support it (when set it it failed to start with a message that the flag was not supported)?
I would prefer not to have to write a dedicated java adapter for this if gatekeeper does.

Please advise,

Thank you!

Ricky

I’m wondering the same thing.

I would like to be able to auth users on my git server with keycloak.