Rune Engseth
Rune Engseth
Thanks for the tip. We had been discussing the same approach. However, running `concourse-up help deploy` no such flag, custom-domain, is listed? And now concourse-up has generated a self-signed certificate....
I have already run with the `domain` flag. I guess that's what you meant.
Yes, I understand I have to generate the certificate and use that with the ELB. However, when running concourse-up, a self-signed certificate is generated. (not by AWS). When pointing the...
hi We have tried to configure this now. You say we should forward the ELB for concourse-web on port 80. This does not work as concourse will redirect to https....
To sum up. I think the problem is that concourse-up enforces a self-signed certificate, and cannot, as of now, be configured to use port 80.
> That's odd — so to clarify, you are accessing the ELB using HTTPS (eg https://ci.example.com/), and you are getting a redirect? -> https: yes, getting a redirect: yes >...
_Related to original issue with C9DiskResize_ Stumbled upon this today The resolution, in my case, was to temporarily set `default-ebs-encryption` to false in the EC2 console. (This was set to...
I guess this is not easily implemented as renaming accounts requires root-credentials.
To answer my own question: It turns out that ADF does not use the aws-sam-cli that comes with the CodeBuild image. Resolution: When changing `aws-sam-cli==1.15.0` to `aws-sam-cli==1.27.2` in the file...
My current "workaround" is as follows * Roll out a stack for all accounts in the organization, adding two new SSM params in the main region * /adf/cross_region/kms_arn/us-east-1 * /adf/cross_region/s3_regional_bucket/us-east-1...