https://lakefs.io/ logo
Title
f

Fizza Abid

10/13/2022, 9:33 AM
Hello, I have installed lakefs on kubernetes; however, I have connected service account so how can I bypass this secret key and access key in UI?
n

Niro

10/13/2022, 10:09 AM
Hi @Fizza Abid! The kubernetes service account is unrelated to the lakeFS credentials. When you first launch the lakeFS server a setup process is initiated which produces the Access Key ID and Secret Access Key. You need to use these credentials in order to log into the server.
f

Fizza Abid

10/13/2022, 10:13 AM
Can I pass them in helm chart somehow from secret manager?
n

Niro

10/13/2022, 10:32 AM
The Helm chart is used to deploy lakeFS, not for logging in to the server. Can you please expand on the usecase so I can understand what you wish to achieve?
f

Fizza Abid

10/13/2022, 12:49 PM
I wanted to login using service account IAM role that has been assigned to the namespace
So that I don't have to share these credentials with everyone due to security purposes.
n

Niro

10/13/2022, 1:04 PM
@Fizza Abid thanks for the information. Please see the following document regarding lakeFS authentication methods, specifically you might want to take a look at OIDC support https://docs.lakefs.io/reference/authentication.html