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

Enforce TLS 1.2 on SQL Server #165

Closed
2 tasks
Pauwelz opened this issue Feb 16, 2023 · 0 comments
Closed
2 tasks

Enforce TLS 1.2 on SQL Server #165

Pauwelz opened this issue Feb 16, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Pauwelz
Copy link
Contributor

Pauwelz commented Feb 16, 2023

Currently the SQL server that is provisioned for Invictus is created without any Minimum TLS version. For security reasons some customers require a minimum of TLS 1.2.

I don't expect any problems adding this, since the applications connecting to the SQL Database are TLS 1.2 compliant.

  • Bump apiVersion for SQL Server to at least 2019-06-01-preview
  • Add "minimalTlsVersion": "1.2" to the properties
@Pauwelz Pauwelz added the enhancement New feature or request label Feb 16, 2023
@Pauwelz Pauwelz changed the title Invictus SQL Server TLS 1.2 Enforce TLS 1.2 on SQL Server Feb 16, 2023
@LaurentAerens LaurentAerens self-assigned this Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants