open-vault/ui/app/templates/components/wizard/policies-others.hbs
madalynrose 7f430bba8f
UI: onboarding wizard progress bar (#5516)
Onboarding will now display your progress through the chosen tutorials
2018-10-18 15:19:50 -04:00

20 lines
876 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}} <ICon @glyph="chevron-right" @size=10 />
</button>
</WizardSection>
</WizardContent>