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

feat(deadline): use TLS between RenderQueue and clients by default #491

Merged
merged 6 commits into from
Jul 23, 2021

Conversation

horsmand
Copy link
Contributor

@horsmand horsmand commented Jun 29, 2021

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.

Testing

This has full unit test coverage and was also tested by deploying the render queue and worker fleet integration test suites.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

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.
@jusiskin jusiskin added the contribution/core This is a PR that came from AWS. label Jun 29, 2021
Copy link
Contributor

@jusiskin jusiskin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! Just a few minor suggestions

packages/aws-rfdk/lib/deadline/lib/render-queue-ref.ts Outdated Show resolved Hide resolved
packages/aws-rfdk/lib/deadline/lib/render-queue-ref.ts Outdated Show resolved Hide resolved
packages/aws-rfdk/lib/deadline/lib/render-queue.ts Outdated Show resolved Hide resolved
packages/aws-rfdk/lib/deadline/lib/render-queue.ts Outdated Show resolved Hide resolved
packages/aws-rfdk/lib/deadline/test/render-queue.test.ts Outdated Show resolved Hide resolved
packages/aws-rfdk/lib/deadline/test/render-queue.test.ts Outdated Show resolved Hide resolved
packages/aws-rfdk/lib/deadline/test/render-queue.test.ts Outdated Show resolved Hide resolved
packages/aws-rfdk/lib/deadline/test/render-queue.test.ts Outdated Show resolved Hide resolved
packages/aws-rfdk/lib/deadline/test/render-queue.test.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@kozlove-aws kozlove-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just want to clarify a couple moments.

Copy link
Contributor

@jusiskin jusiskin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is looking good to me. Only one more request...

Since this is a breaking change, do you mind adding upgrade documentation to packages/aws-rfdk/docs/upgrade like we have for 0.27.0? This should help guide a RFDK user through the process of upgrading and determining whether they need to take any action and if so, what action to take.

Copy link
Contributor

@jusiskin jusiskin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few more suggestions based on the new commit.

packages/aws-rfdk/docs/upgrade/upgrading-0.37.md Outdated Show resolved Hide resolved
packages/aws-rfdk/lib/deadline/test/render-queue.test.ts Outdated Show resolved Hide resolved
packages/aws-rfdk/lib/deadline/test/render-queue.test.ts Outdated Show resolved Hide resolved
kozlove-aws
kozlove-aws previously approved these changes Jul 21, 2021
Copy link
Contributor

@jusiskin jusiskin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few tiny suggestions left for the upgrade docs but otherwise this looks good to me.

packages/aws-rfdk/docs/upgrade/upgrading-0.37.md Outdated Show resolved Hide resolved
packages/aws-rfdk/docs/upgrade/upgrading-0.37.md Outdated Show resolved Hide resolved
packages/aws-rfdk/docs/upgrade/upgrading-0.37.md Outdated Show resolved Hide resolved
@jusiskin jusiskin changed the title feat(deadline): tls between render queue and clients enabled by default feat(deadline): use TLS between RenderQueue and clients by default Jul 23, 2021
Copy link
Contributor

@jusiskin jusiskin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work @horsmand. Thanks for making RFDK more secure by default and providing docs to guide customers through this breaking change.

This looks good to me

@jusiskin jusiskin merged commit 1e3eb63 into aws:mainline Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable TLS between Render Queue and clients by default
3 participants