mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
* Update UI, code comment, and README links to docs, tutorials * fix typo in ephemeral disks learn more link url * feedback on typo Co-authored-by: Tim Gross <tgross@hashicorp.com> --------- Co-authored-by: Tim Gross <tgross@hashicorp.com>
27 lines
1.0 KiB
Handlebars
27 lines
1.0 KiB
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<Breadcrumb @crumb={{hash label="New" args=(array "administration.sentinel-policies.new")}} />
|
|
{{page-title "Create a Policy"}}
|
|
<section class="section">
|
|
<Hds::PageHeader class="variable-title" as |PH|>
|
|
<PH.Title>Create Sentinel Policy</PH.Title>
|
|
<PH.Description>
|
|
Nomad integrates with <Hds::Link::Inline @icon="collections" @href="https://developer.hashicorp.com/nomad/docs/govern/sentinel">HashiCorp Sentinel</Hds::Link::Inline> to allow operators to express policies as code and have those policies automatically enforced. This allows operators to define a "sandbox" and restrict actions to only those compliant with that policy.
|
|
</PH.Description>
|
|
<PH.Actions>
|
|
<Hds::Button
|
|
@text="Start from a template"
|
|
@color="secondary"
|
|
@route="administration.sentinel-policies.gallery"
|
|
data-test-choose-template
|
|
/>
|
|
</PH.Actions>
|
|
</Hds::PageHeader>
|
|
|
|
<SentinelPolicyEditor @policy={{this.model}} />
|
|
|
|
</section>
|