Skip to content

Commit

Permalink
LPS-123910 Use Meta.Type.Password for proxyPassword.
Browse files Browse the repository at this point in the history
  • Loading branch information
marianoalvarosaiz authored and brianchandotcom committed Nov 27, 2020
1 parent f6868f4 commit 43d8dbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public interface S3StoreConfiguration {

@Meta.AD(
description = "proxy-password-help", name = "proxy-password",
required = false
required = false, type = Meta.Type.Password
)
public String proxyPassword();

Expand Down

0 comments on commit 43d8dbb

Please sign in to comment.