Skip to content

Commit

Permalink
UI: Remove kv data download button (#29290)
Browse files Browse the repository at this point in the history
* remove download button

* add changelog
  • Loading branch information
hellobontempo authored Jan 6, 2025
1 parent 539a7b7 commit 6d566cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/29290.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:change
ui: Partially reverts #20431 and removes ability to download unencrypted kv v2 secret data
```
2 changes: 1 addition & 1 deletion ui/lib/kv/addon/components/kv-data-fields.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{{else if (eq @type "details")}}
{{#each-in @secret.secretData as |key value|}}
<InfoTableRow @label={{key}} @value={{value}} @alwaysRender={{true}}>
<MaskedInput @name={{key}} @value={{value}} @displayOnly={{true}} @allowCopy={{true}} @allowDownload={{true}} />
<MaskedInput @name={{key}} @value={{value}} @displayOnly={{true}} @allowCopy={{true}} />
</InfoTableRow>
{{else}}
<InfoTableRow @label="" @value="" @alwaysRender={{true}} />
Expand Down

0 comments on commit 6d566cb

Please sign in to comment.