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
Switch the default behaviour in the Render Queue so that TLS between the ALB and clients is enabled by default.
Use Case
This will make using TLS require minimal effort and cost for anyone creating an RFDK render farm, while giving them increased security.
Proposed Solution
To prevent breaking changes to anyone already using TLS in the Render Queue, we will leave the interface as-is, and only add one new enabled field in the RenderQueueExternalTLSProps interface. You can see the interface and where it fits in to the Render Queue's construct props here:
fixes#490
BREAKING CHANGE: Farms currently not configured to use external TLS on
the Render Queue will be modified to have it enabled and using the
default certificate and hosted zone. To continue to keep external TLS
disabled, the `enabled` flag on the `RenderQueueExternalTLSProps` can be
set to false; however, we strongly encourage you to enable TLS.
)
fixes#490
BREAKING CHANGE: Farms currently not configured to use external TLS on
the Render Queue will be modified to have it enabled and using the
default certificate and hosted zone. To continue to keep external TLS
disabled, the `enabled` flag on the `RenderQueueExternalTLSProps` can be
set to false; however, we strongly encourage you to enable TLS.
Switch the default behaviour in the Render Queue so that TLS between the ALB and clients is enabled by default.
Use Case
This will make using TLS require minimal effort and cost for anyone creating an RFDK render farm, while giving them increased security.
Proposed Solution
To prevent breaking changes to anyone already using TLS in the Render Queue, we will leave the interface as-is, and only add one new
enabled
field in theRenderQueueExternalTLSProps
interface. You can see the interface and where it fits in to the Render Queue's construct props here:If no certificate or hostname are provided, they will be created by default as follows:
Other
This is a breaking change that will enable TLS on farms without it, unless they are modified to set the
enabled
flag to false.This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: