Kong Manager OSS basic authentication

Hi sir,
Can i know whether Kong Manager OSS can be configured with basic authentication

@Aswini_kumar_P - RBAC is an Enterprise feature, hence I don’t think you can enable it in OSS

Thank you sir for reply sir

since rbac is an enterprise feature, how to protect it with reverse_proxy with caddy or nginx

kong.example.com {
   reverse_proxy localhost:8002
}

I can open the manager UI, but it works as not expected.