UI: Remove kv data download button (#29290)

* remove download button

* add changelog
This commit is contained in:
claire bontempo 2025-01-06 15:41:08 -06:00 committed by GitHub
parent 539a7b73d1
commit 6d566cb6d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

3
changelog/29290.txt Normal file
View file

@ -0,0 +1,3 @@
```release-note:change
ui: Partially reverts #20431 and removes ability to download unencrypted kv v2 secret data
```

View file

@ -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}} />