Skip to content

Commit 072f2b9

Browse files
committed
engine/schema: remove Encrypt annotation from passphrase
1 parent da58a20 commit 072f2b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

engine/schema/src/main/java/org/apache/cloudstack/secret/PassphraseVO.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919
package org.apache.cloudstack.secret;
2020

21-
import com.cloud.utils.db.Encrypt;
2221
import com.cloud.utils.exception.CloudRuntimeException;
2322

2423
import javax.persistence.Column;
@@ -41,7 +40,6 @@ public class PassphraseVO {
4140
private Long id;
4241

4342
@Column(name = "passphrase")
44-
@Encrypt
4543
private byte[] passphrase;
4644

4745
public PassphraseVO() {

0 commit comments

Comments
 (0)