mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
Disable 'You will not be able to access these later' warning for static database credentials (#12148)
This commit is contained in:
parent
a1a6b44a2c
commit
2573cc3230
@ -42,13 +42,13 @@
|
||||
</nav>
|
||||
</EmptyState>
|
||||
{{/unless}}
|
||||
{{#unless (or @model.errorMessage (not @roleType))}}
|
||||
{{#if (and (not @model.errorMessage) (eq @roleType 'dynamic'))}}
|
||||
<AlertBanner
|
||||
@type="warning"
|
||||
@message="You will not be able to access these credentials later, so please copy them now."
|
||||
data-test-warning
|
||||
/>
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
{{!-- DYNAMIC ROLE --}}
|
||||
{{#if (and (eq @roleType 'dynamic') @model.username)}}
|
||||
<InfoTableRow @label="Username" @value={{@model.username}}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user