Skip to content

Commit 60c4c8d

Browse files
Merge pull request #1643 from rundeck/RUN-2240
Update `Enable/disable public key download` documentation RUN-2240
2 parents 6d792a6 + 523257d commit 60c4c8d

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

docs/manual/key-storage/index.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,28 @@ The [Key Storage API](/api/index.md#key-storage) is provided through the standar
137137
rundeck.feature.projectKeyStorage.enabled=false
138138
```
139139

140-
### Enable/Disable public key GUI download option
140+
### Enable/Disable public key download
141141

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:
144144

145145
```yaml
146-
rundeck.gui.keystorage.downloadenabled=false
146+
rundeck.feature.publicKeysDownload.enabled=true
147147
```
148148

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`.
150162
This attribute can be set using the System Configuration (Commercial) or adding the configuration in `rundeck-config.properties`
151163

164+

0 commit comments

Comments
 (0)