-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting session expired when running for developer testing (bypassing authentication) #9247
Comments
Hello! If you open up Chrome Inspector's Network Tab while browsing to localhost:3000 , do you see a specific error in the calls to the backend? Here is a "working" example: Your docker logs might give us a bigger clue. Check your consoleme container for a "Server Started" message like this: Also, ensure that you have AWS credentials in your ~/.aws/credentials file on the host. Might also be worth trying to pull the latest dockerhub image and giving it another go:
Thank you |
Hi @castrapel , If I understand correctly, even though we set the development flag to true, it tries to use saml when redirecting (as this is the default in the helm chart) It would be awesome to get it fixed since it's impossible to develop it locally :) |
Hi @castrapel, Having the same issue today, running it on docker locally. I am using Machine: MacOS m1 Here is the chrome console :cosoleme-consoleme-1 log: |
Hi, thanks for awesome work. To get started, we are trying to deploy locally with docker by changing nothing in config files, which means we are bypassing auth because of these present in
example_config_development.yaml
:command:
we have not done anything (tagging) with pre-existing IAM roles and users at this point.
apoligies, if we are missing something basic here your help but we will really appreciate any guidance we can get. :)
The text was updated successfully, but these errors were encountered: