Skip to content
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

deployed concourse-lite on aws but unable to login into console #137

Open
ghost opened this issue Jan 21, 2019 · 0 comments
Open

deployed concourse-lite on aws but unable to login into console #137

ghost opened this issue Jan 21, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 21, 2019

Hi, we deployed concourse on aws in public subnet with following network configuration:
bosh2 create-env concoursetest.yml -o ./infrastructures/aws.yml -l ../versions.yml -l propertiestest.yml --vars-store creds.yml --state state.json -v internal_cidr=10.4.0.0/24 -v internal_gw=10.4.0.1 -v internal_ip=10.4.0.112 -v public_ip=10.4.0.112
under infrastructure/aws.yml I added auto assign public ip property

public ip I am getting 18.237.141.40
so the concourse lite console is available on this URL " http://18.237.141.40:8080/ " but I am unable to login, while login it redirecting to http://10.4.0.112:8080/ which is external URL,

on cli side, I am able to login with the command " fly2 -t concourse-lite login -c http://18.237.49.103:8080 --username concourse --password absbqwbdu "
so please suggest how to configure aws for concourse lite so I can access through the console.
are we using the right configuration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants