Skip to content

Commit

Permalink
Merge pull request #52 from rundeck-plugins/update_secret_id
Browse files Browse the repository at this point in the history
Update approle secret ID to be hidden
  • Loading branch information
chrismcg14 authored Aug 9, 2023
2 parents ec33f52 + 9521035 commit 8a11e73
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 8a11e73

Please sign in to comment.