Thanks for the help
@Ariel Shaqed (Scolnicov) I m also try to do the auth outside of LakeFS.
Is there a way to auto populate the access key id and secret access key by passing the path parameter in url?
Background: Streamlit app that plans to incorporate LakeFS UI either as an iframe or a navigatable URL.
Task: LakeFS UI will be navigated from my streamlit client. I want to do the authentication there with our AWS Cognito server wrapped behind an API Gateway. I tried the remote authenticator, but it seems the parameter passing is too limiting for the use case.
Once the user is authenticated in my streamlit client, they will receive the access key id and secret access key on the client. And I want the UI to be able to populate the retrieved access key id and secret access key to the Login Page below. Is there a way to auto-populate them?
Is it possible to make the
auth/login API call from the UI of my streamlit client, and then when user navigated to the LakeFS UI, it will still preserve the login tokens, so using don't need to log in manually again?