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

Always Encrypted - define interface for key provider packages #105

Closed
shueybubbles opened this issue May 18, 2023 · 0 comments · Fixed by #116
Closed

Always Encrypted - define interface for key provider packages #105

shueybubbles opened this issue May 18, 2023 · 0 comments · Fixed by #116
Assignees
Labels
Always Encrypted Tasks related to implementation of AE

Comments

@shueybubbles
Copy link
Collaborator

The connection string will allow the app to identify which key provider to use for a connection.
The app can import individual key provider packages. Each imported package will register itself with the core driver.
The interface will have methods to allow the provider to parse relevant parameters from the connection string and to provide keys for encryption/decryption as needed.

@shueybubbles shueybubbles self-assigned this May 18, 2023
@shueybubbles shueybubbles added the Always Encrypted Tasks related to implementation of AE label May 18, 2023
@shueybubbles shueybubbles added this to the Always Encrypted P1 milestone May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Always Encrypted Tasks related to implementation of AE
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant