Solved

K10 - auth-svc pod container not initializing


Userlevel 2
  • Not a newbie anymore
  • 5 comments

Getting this error on the auth-svc pod on the default installation of K10.

helm install k10 kasten/k10 -n k10 

I am trying to login to the dashboard via loadbalancer and I am getting a 404 auth denied access error, which I am assuming is related to this pod not booting up. This is a fresh cluster on version 1.22.3 .

icon

Best answer by Satish 26 May 2022, 16:13

View original

3 comments

Userlevel 1

Hi

 

 You’d better choose one of authentication methods to install k10. For poc, basic authentication is a nice option.

please reference this article:

https://docs.kasten.io/latest/access/authentication.html#basic-authentication

 

Userlevel 2

,

Userlevel 2
Badge +1

Hi @cheslz ,

For debuging authentication related issues we have a k10tools binary to find the exact cause what could be wrong . Below is the link you can follow.

 

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

Documentation for Auth Debuging:- 

https://docs.kasten.io/latest/operating/k10tools.html?highlight=k10tools

./k10tools debug auth

Let us know if this helps and has any other questions. 

 

Regards
Satish

Comment