realm / realm-swift

Realm is a mobile database: a replacement for Core Data & SQLite
https://realm.io
Apache License 2.0
16.23k stars 2.14k forks source link

Reenable metadata encryption when running object server tests on CI #5223

Open bdash opened 7 years ago

bdash commented 7 years ago

Metadata encryption was disabled in 571b1daaf55ce69cc6849f9d1951f238441a87b6 because we have yet to automate CI to be able to allow access to the keychain when the process runs. We can't use our existing approach of security unlock <keychain name> before running the job because that keychain doesn't exist until the job runs.

jsflax commented 2 years ago

We now test encrypted Realms in our ObjectServer tests.

Edit: This is not the same thing. My mistake.

tgoyne commented 2 years ago

We still have metadata encryption disabled when running tests on CI.