mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
UI: Remove kv data download button (#29290)
* remove download button * add changelog
This commit is contained in:
parent
539a7b73d1
commit
6d566cb6d0
2 changed files with 4 additions and 1 deletions
3
changelog/29290.txt
Normal file
3
changelog/29290.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:change
|
||||
ui: Partially reverts #20431 and removes ability to download unencrypted kv v2 secret data
|
||||
```
|
||||
|
|
@ -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}} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue