0ccc8467ec
Adds replication engine and core in-repo addon
20 lines
865 B
Handlebars
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>
|