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

update ciphers to match latest ALB policy #90

Merged
merged 2 commits into from
Apr 11, 2024
Merged

Conversation

labkey-willm
Copy link
Contributor

@labkey-willm labkey-willm commented Apr 10, 2024

Rationale

The default cipher suite is outdated. This updates available cipher suites to match AWS's ELBSecurityPolicy-TLS13-1-2-2021-06, but is still compatible with at least ELBSecurityPolicy-TLS-1-2-2017-01, and maybe more. This makes it more secure than tomcat's default set.

Also, the default application.properties file has long contained environment variables set up for bash expansion, but was not processed in a way that would take advantage of that. This update shifts default values to Dockerfile env, then adds config/application.properties to the envsubst block in entrypoint.sh, such that the final file has proper values (including the new cipher suite).

Related Pull Requests

Changes

@labkey-willm labkey-willm merged commit ea5adfc into develop Apr 11, 2024
6 checks passed
@labkey-willm labkey-willm deleted the fb_cipher_updates branch April 11, 2024 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants