open-vault/ui/app/templates/components/wizard/secrets-display-database-role.hbs
Angel Garbarino af2b9af24e
UI: Add the wizard to the database secret engine (#10982)
* wizard setup

* cleanup

* add changelog

* fix names from save to create role and create database

* fix missing progress bar
2021-02-23 13:52:39 -07:00

9 lines
234 B
Handlebars

<WizardSection
@headerText="Create a Role"
@instructions='Edit the details of your role and click “Create role.”'
>
<p>
Roles are what generate database credentials. They can be static or dynamic.
</p>
</WizardSection>