concourse / concourse-bosh-deployment

A toolchain for deploying Concourse with BOSH.
Apache License 2.0
86 stars 155 forks source link

Change default UAA port #103

Closed zmb3 closed 6 years ago

zmb3 commented 6 years ago

This ops file runs UAA on the same instance as the ATC, which listens on the same default port as UAA (8080).

Change the default UAA port such that this ops file can be used with a standard ATC deployment.

zmb3 commented 6 years ago

It worked because the example command from the original PR that you tested was also using privileged-http.yml which moves atc off of port 8080 and on to 80.

On Thu, Sep 27, 2018 at 8:11 PM Alex Suraci notifications@github.com wrote:

@vito commented on this pull request.

In cluster/operations/uaa.yml https://github.com/concourse/concourse-bosh-deployment/pull/103#discussion_r221125790 :

@@ -28,7 +28,7 @@ properties: uaa: url: &uaa-url "https://((web_ip)):8443"

  • port: -1

How did this work before? Did "-1" mean random? Thought I tested this stuff out by hand and it seemed OK.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/concourse/concourse-bosh-deployment/pull/103#pullrequestreview-159700836, or mute the thread https://github.com/notifications/unsubscribe-auth/AHLavy4oZlhexdDtLe3eb0TS1HoFnhEFks5ufYVYgaJpZM4W3Uhp .

vito commented 6 years ago

Makes sense. Thanks!