Skip to content

Commit ba5e48f

Browse files
committed
Fixing AWS Password Storage
1 parent 9ebc29a commit ba5e48f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ providers:
4141
selectionAccessor: "STORAGE_PATH"
4242
valueConversion: "STORAGE_PATH_AUTOMATIC_READ"
4343
storage-path-root: "keys"
44-
storage-file-meta-filter: "Rundeck-key-type=password"
44+
storage-file-meta-filter: "Rundeck-data-type=password"
4545
- name: aws_default_region
4646
title: AWS Default Region
4747
type: String
@@ -119,7 +119,7 @@ providers:
119119
selectionAccessor: "STORAGE_PATH"
120120
valueConversion: "STORAGE_PATH_AUTOMATIC_READ"
121121
storage-path-root: "keys"
122-
storage-file-meta-filter: "Rundeck-key-type=password"
122+
storage-file-meta-filter: "Rundeck-data-type=password"
123123
- name: aws_default_region
124124
title: AWS Default Region
125125
type: String

0 commit comments

Comments
 (0)