open-vault/ui/app/templates/components/wizard/policies-others.hbs
Matthew Irish 0ccc8467ec
UI ember engines (#6718)
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00

20 lines
865 B
Handlebars

<WizardContent @headerText="Policies" @glyph="tour">
<WizardSection
@headerText="Other kinds of policies"
@docText="Docs: Policies"
@docPath="/docs/concepts/policies.html"
>
<p>
Good! Now you're ready to go writing your own policies. We only explored ACL policies, but there are two other types of policies available to Enterprise customers that might be what you need. RGP (Role Governing Policies) are policies tied to particular tokens, entities, or groups. EGP (Endpoint Governing Policies) are tied to specific paths instead of tokens.
</p>
</WizardSection>
<WizardSection
@headerText="Ready to move on?"
@class="wizard-details"
>
<button type="button" class="button next-feature-step" {{action onAdvance}}>
{{nextFeature}} <Chevron @isButton={{true}} />
</button>
</WizardSection>
</WizardContent>