Skip to main content
Solved

Openshift Kasten with AD/LDAP routing can't work


Hey everyone. I have problem with my Kasten with AD/LDAP auth method.
When I use Kasten with the LDAP authentication method, a blank page returns when I route. However, I do not encounter such a problem with the token authentication method. When I try the same configurations in my second openshift environment, there is no problem. And there is no problem in my Dex container when I checked the logs. So in my Auth pod, I get the error "Fluentbit connection error, connection refused". I also get this error in my second Openshift environment that running LDAP, but at least the LDAP login screen appears. I checked my Dashboard URL many times and there is no problem with the URL. Why could it be? Thanks in advance for the help.

Best answer by Satish

@dmirahmt 

Please use k10tools to debug authentication to get the exact error message and post it here . 

./k10tools debug auth

k10tools can be downloaded from below link according to your client OS 

https://github.com/kastenhq/external-tools/releases

 

"Fluentbit connection error, connection refused" generic logging errors which is not related to the Auth issue. They can be safely ignored. 

 

Regards
Satish

View original
Did this topic help you find an answer to your question?

2 comments

Forum|alt.badge.img+1
  • Experienced User
  • 49 comments
  • Answer
  • November 24, 2023

@dmirahmt 

Please use k10tools to debug authentication to get the exact error message and post it here . 

./k10tools debug auth

k10tools can be downloaded from below link according to your client OS 

https://github.com/kastenhq/external-tools/releases

 

"Fluentbit connection error, connection refused" generic logging errors which is not related to the Auth issue. They can be safely ignored. 

 

Regards
Satish


  • Author
  • Not a newbie anymore
  • 1 comment
  • November 27, 2023
Satish wrote:

@dmirahmt

Please use k10tools to debug authentication to get the exact error message and post it here . 

./k10tools debug auth

k10tools can be downloaded from below link according to your client OS 

https://github.com/kastenhq/external-tools/releases

 

"Fluentbit connection error, connection refused" generic logging errors which is not related to the Auth issue. They can be safely ignored. 

 

Regards
Satish




I was checked and i tried again but it seems ok. Any idea?

Thanks.


Comment