Skip to content

Commit

Permalink
Add default custom policy
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed Sep 22, 2023
1 parent 468f74d commit 5171b4c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,16 @@ <h6 class="mg-b-5">Custom Policy</h6>
<p class="tx-13 tx-color-03 mg-b-10">Enter your IAM policy in the box below.</p>
</div>
</div><!-- card-header -->
<textarea class="form-control custompolicy mg-t-10 mg-r-10 mg-l-10 mg-b-10" style="width: auto;" rows="10" placeholder="Enter your policy here..."></textarea>
<textarea class="form-control custompolicy mg-t-10 mg-r-10 mg-l-10 mg-b-10" style="width: auto;" rows="10" placeholder="Enter your policy here...">{
"Version": "2012-10-17",
"Statement": [
{
"Action": [],
"Effect": "Allow",
"Resource": []
}
]
}</textarea>
<div class="custom-control custom-checkbox mg-r-10 mg-l-10 mg-b-8">
<input type="checkbox" class="custom-control-input" id="custompolicy-considerarn">
<label class="custom-control-label" for="custompolicy-considerarn">Consider resource applicability to action</label>
Expand Down

0 comments on commit 5171b4c

Please sign in to comment.