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

MSSQL: Initial support for sslmode #1163

Closed
2 tasks done
doodlesbykumbi opened this issue Mar 24, 2020 · 0 comments
Closed
2 tasks done

MSSQL: Initial support for sslmode #1163

doodlesbykumbi opened this issue Mar 24, 2020 · 0 comments

Comments

@doodlesbykumbi
Copy link
Contributor

doodlesbykumbi commented Mar 24, 2020

For this issue sslmode need only take the value disable, in fact this is the default value at this point. sslmode=disable means no TLS and so that should be reflected in the behavior.

Acceptance Criteria

  • sslmode is an acceptable value in the credentials section of the MSSQL connector and its value dictates the configuration of encryption between Secretless and the target service
  • Unit/Integration tests exist for sslmode=disable
@BradleyBoutcher BradleyBoutcher self-assigned this Mar 30, 2020
BradleyBoutcher added a commit that referenced this issue Mar 31, 2020
- Allow sslmode as a user specified connection detail

- Perform logic for the preloginResponse depending on
what the user requested and what the server actually supports
This can be expanded as we begin supporting other sslmodes

- tests for encryption logic for preloginResponse
BradleyBoutcher added a commit that referenced this issue Mar 31, 2020
- Allow sslmode as a user specified connection detail

- Perform logic for the preloginResponse depending on
what the user requested and what the server actually supports
This can be expanded as we begin supporting other sslmodes

- tests for encryption logic for preloginResponse
BradleyBoutcher added a commit that referenced this issue Mar 31, 2020
- Allow sslmode as a user specified connection detail

- Perform logic for the preloginResponse depending on
what the user requested and what the server actually supports
This can be expanded as we begin supporting other sslmodes

- tests for encryption logic for preloginResponse
BradleyBoutcher added a commit that referenced this issue Apr 1, 2020
- Allow sslmode as a user specified connection detail

- Perform logic for the preloginResponse depending on
what the user requested and what the server actually supports
This can be expanded as we begin supporting other sslmodes

- tests for encryption logic for preloginResponse
BradleyBoutcher added a commit that referenced this issue Apr 1, 2020
- Allow sslmode as a user specified connection detail

- Perform logic for the preloginResponse depending on
what the user requested and what the server actually supports
This can be expanded as we begin supporting other sslmodes

- tests for encryption logic for preloginResponse
BradleyBoutcher added a commit that referenced this issue Apr 1, 2020
- Allow sslmode as a user specified connection detail

- Perform logic for the preloginResponse depending on
what the user requested and what the server actually supports
This can be expanded as we begin supporting other sslmodes

- tests for encryption logic for preloginResponse
BradleyBoutcher added a commit that referenced this issue Apr 1, 2020
- Allow sslmode as a user specified connection detail

- Perform logic for the preloginResponse depending on
what the user requested and what the server actually supports
This can be expanded as we begin supporting other sslmodes

- tests for encryption logic for preloginResponse
BradleyBoutcher added a commit that referenced this issue Apr 1, 2020
- Allow sslmode as a user specified connection detail

- Perform logic for the preloginResponse depending on
what the user requested and what the server actually supports
This can be expanded as we begin supporting other sslmodes

- tests for encryption logic for preloginResponse
BradleyBoutcher added a commit that referenced this issue Apr 1, 2020
- Allow sslmode as a user specified connection detail

- Perform logic for the preloginResponse depending on
what the user requested and what the server actually supports
This can be expanded as we begin supporting other sslmodes

- tests for encryption logic for preloginResponse
BradleyBoutcher added a commit that referenced this issue Apr 1, 2020
- Allow sslmode as a user specified connection detail

- Perform logic for the preloginResponse depending on
what the user requested and what the server actually supports
This can be expanded as we begin supporting other sslmodes

- tests for encryption logic for preloginResponse
doodlesbykumbi added a commit that referenced this issue Apr 3, 2020
@izgeri izgeri closed this as completed May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants