open-vault/ui/app/templates/components/wizard/policies-intro.hbs

13 lines
500 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardContent @headerText="Policies" @glyph="tour">
<WizardSection
@headerText="Choosing a policy type"
2018-08-28 05:03:55 +00:00
@docText="Docs: Policies"
@docPath="/docs/concepts/policies.html"
@instructions='To get started with something simple, click on "Create ACL policy".'
2018-08-28 05:03:55 +00:00
>
<p>
Policies in Vault are a way for you to control what data can be accessed, including things like creating new secrets, listing users, or even entire Vault features.
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>
</WizardContent>