fix: restricting passphrase to be sent to client (#34610)
This commit is contained in:
parent
ec5244ce30
commit
b98d2d2df3
|
|
@ -28,6 +28,6 @@ public class KeyPairAuth extends AuthenticationDTO {
|
|||
@JsonView({Views.Public.class, FromRequest.class})
|
||||
UploadedFile privateKey;
|
||||
|
||||
@JsonView({Views.Public.class, FromRequest.class})
|
||||
@JsonView({Views.Internal.class, FromRequest.class})
|
||||
@Encrypted String passphrase;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user