diff --git a/core/core.go b/core/core.go index 9f2d9ef..855475a 100644 --- a/core/core.go +++ b/core/core.go @@ -580,6 +580,7 @@ func ReEncrypt(jsonIn []byte) ([]byte, error) { Names: s.Owners, LeftNames: s.LeftOwners, RightNames: s.RightOwners, + Predicate: s.Predicate, } resp, err := crypt.Encrypt(data, s.Labels, access)