File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -137,15 +137,28 @@ The [Key Storage API](/api/index.md#key-storage) is provided through the standar
137
137
rundeck.feature.projectKeyStorage.enabled=false
138
138
` ` `
139
139
140
- # ## Enable/Disable public key GUI download option
140
+ # ## Enable/Disable public key download
141
141
142
- By default, the key storage allows users to view and download public keys.
143
- This option can be disabled using the following flag :
142
+ By default, the key storage doesn't allow users to download the content of public keys from API or GUI.
143
+ This option can be enabled using the following flag :
144
144
145
145
` ` ` yaml
146
- rundeck.gui.keystorage.downloadenabled=false
146
+ rundeck.feature.publicKeysDownload.enabled=true
147
147
` ` `
148
148
149
- Set the value to `false` to disable the download/view option. By default, the attribute is set `true`.
149
+ Set the value to `true` to enable the download public key content. By default, the attribute is set `false`.
150
+ This attribute can be set using the System Configuration (Enterprise) or adding the configuration in `rundeck-config.properties`
151
+
152
+ # ### Enable/Disable public key GUI download option
153
+
154
+ Once enabled the download of public key content flag, the key storage doesn't allow users to view and download public keys from the GUI by default.
155
+ This option can be enabled using the following flag :
156
+
157
+ ` ` ` yaml
158
+ rundeck.gui.keystorage.downloadenabled=true
159
+ ` ` `
160
+
161
+ Set the value to `true` to enable the download/view option. By default, the attribute is set `false`.
150
162
This attribute can be set using the System Configuration (Commercial) or adding the configuration in `rundeck-config.properties`
151
163
164
+
You can’t perform that action at this time.
0 commit comments