realm-swift icon indicating copy to clipboard operation
realm-swift copied to clipboard

Reenable metadata encryption when running object server tests on CI

Open bdash opened this issue 8 years ago • 2 comments
trafficstars

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.

bdash avatar Aug 09 '17 23:08 bdash

We now test encrypted Realms in our ObjectServer tests.

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

jsflax avatar Sep 01 '21 09:09 jsflax

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

tgoyne avatar Sep 01 '21 15:09 tgoyne