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

AppConfiguration - encryptionKey #413

Closed
sync-by-unito bot opened this issue Sep 1, 2021 · 2 comments · Fixed by #1100
Closed

AppConfiguration - encryptionKey #413

sync-by-unito bot opened this issue Sep 1, 2021 · 2 comments · Fixed by #1100

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented Sep 1, 2021

See #406

Similar to Realm Java we need to expose AppConfiguration.Builder.encryptionKey() which makes it possible to encrypt the metadata Realm used by Sync.

@sync-by-unito
Copy link
Author

sync-by-unito bot commented Oct 24, 2022

➤ Christan Melchior commented:

This is called realm_sync_client_config_set_metadata_encryption_key in the C-API.
It is also currently disabled in the SWIG file realm.i.

@rorbech
Copy link
Contributor

rorbech commented Oct 24, 2022

Seems to be implemented in core by now ... https://github.com/realm/realm-core/blob/5cb3a7a505614550ae1a43d9fd7de9d881287e6c/src/realm/object-store/c_api/sync.cpp#L303, so could just remove it from the ignored list.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant