open-vault/ui/app/templates/components/wizard/secrets-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
345 B
Handlebars

<WizardSection
@headerText="Adding a role"
@instructions='Enter your role details and click "Create role"'
>
<p>
A role grants permissions that specify what an identity can and cannot do. A role is typically shared among many users who are then granted credentials with that are granted the policy permissions.
</p>
</WizardSection>