You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this example the CloudFrontOriginResource takes a domain-name not a domain. The error is hard to parse because it's not the usual "invalid field" error.
Error: Can't set origin to [{id=Custom-origin.uat.gyro.psdops.com, domain=origin.uat.gyro.psdops.com, custom-origin=[{http-port=80, origin-keep-alive-timeout=5, origin-read-timeout=30, origin-protocol-policy=http-only}]}] because it can't be converted to an instance of java.util.Set<gyro.aws.cloudfront.CloudFrontOrigin>!
In lower/uat.gyro from line 128 at column 5 to line 138 at column 7:
128: origin
129: id: "Custom-origin.uat.$(project).psdops.com"
130: domain: "origin.uat.$(project).psdops.com"
131:
132: custom-origin
133: http-port: 80
134: origin-keep-alive-timeout: 5
135: origin-read-timeout: 30
136: origin-protocol-policy: 'http-only'
137: end
138: end
[GYRO-393] created by beetlebugorg
The text was updated successfully, but these errors were encountered:
In this example the CloudFrontOriginResource takes a domain-name not a domain. The error is hard to parse because it's not the usual "invalid field" error.
The text was updated successfully, but these errors were encountered: