Skip to content

Commit

Permalink
Update approle secret ID to be hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismcg14 committed Aug 9, 2023
1 parent ec33f52 commit 9521035
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ public VaultStoragePlugin() {}
String approleId;

@PluginProperty(title = "AppRole secret ID", description = "The secret-id used for authentication")
@RenderingOption(key = StringRenderingConstants.DISPLAY_TYPE_KEY, value = "PASSWORD")
String approleSecretId;

@PluginProperty(title = "AppRole mount name", description = "The mount name of the AppRole authentication back end")
Expand Down

0 comments on commit 9521035

Please sign in to comment.