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

Add key_manager ffi in tiflash_compute mode #6667

Open
guo-shaoge opened this issue Jan 19, 2023 · 2 comments
Open

Add key_manager ffi in tiflash_compute mode #6667

guo-shaoge opened this issue Jan 19, 2023 · 2 comments
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@guo-shaoge
Copy link
Contributor

guo-shaoge commented Jan 19, 2023

Enhancement

In tiflash_compute mode, no need to run proxy, but we still need key_manager to do encryption for local cache.

Need to implement key_manager using rust ffi. So we can use it without starting proxy.

@guo-shaoge guo-shaoge added the type/enhancement The issue or PR belongs to an enhancement. label Jan 19, 2023
@guo-shaoge guo-shaoge self-assigned this Jan 19, 2023
@CalvinNeo
Copy link
Member

Enhancement

In tiflash_compute mode, no need to run proxy, but we still need key_manager to do encryption for local cache.

Need to implement key_manager using rust ffi. So we can use it without starting proxy.

Is the only-decryption similar to what you need?

@guo-shaoge
Copy link
Contributor Author

@CalvinNeo What is only-decryption, do we have any doc?

@guo-shaoge guo-shaoge removed their assignment May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

2 participants