-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add guide - How to associate policy pack to specific resource. Closes #…
…232 (#240) Co-authored-by: Raj <[email protected]>
- Loading branch information
1 parent
a59b7b8
commit 59a904e
Showing
11 changed files
with
86 additions
and
5 deletions.
There are no files selected for viewing
Binary file added
BIN
+28.5 KB
...drails/policy-packs/attach-policy-pack-to-resource/guardrails-console-login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+164 KB
...uardrails/policy-packs/attach-policy-pack-to-resource/guardrails-select-add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+185 KB
...drails/policy-packs/attach-policy-pack-to-resource/guardrails-select-manage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+173 KB
...icy-packs/attach-policy-pack-to-resource/guardrails-select-policy-pack-save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+54 KB
...ails/policy-packs/attach-policy-pack-to-resource/guardrails-select-resource.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+92.8 KB
...policy-packs/attach-policy-pack-to-resource/guardrails-select-resources-tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+160 KB
...ails/policy-packs/attach-policy-pack-to-resource/guardrails-verify-controls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+105 KB
...drails/policy-packs/attach-policy-pack-to-resource/guardrails-verify-policy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 71 additions & 0 deletions
71
...des/configuring-guardrails/policy-packs/attach-policy-pack-to-resource/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
--- | ||
title: Attach Policy Pack to Resource | ||
sidebar_label: Attach Policy Pack to Resource | ||
--- | ||
|
||
# Attach Policy Pack to Specific Resource | ||
|
||
In this guide, you will: | ||
- Use the Guardrails console to associate policy packs to a specific resource. | ||
|
||
[Policy Packs](/guardrails/docs/guides/configuring-guardrails/policy-packs#policy-packs) let administrators group and apply policies to specific resources, like AWS accounts, folders, or individual resources. Associating Policy Packs with resources ensures consistent policy enforcement and simplifies management across your environment. | ||
|
||
## Prerequisites | ||
|
||
- **Turbot/Operator** permissions at the Turbot resource level. | ||
- Familiarity with Guardrails console. | ||
|
||
## Step 1: Login to Guardrails Console | ||
|
||
Log into the Guardrails console. | ||
|
||
![Guardrails Console Login](/images/docs/guardrails/guides/configuring-guardrails/policy-packs/attach-policy-pack-to-resource/guardrails-console-login.png) | ||
|
||
## Step 2: Navigate to Resources | ||
|
||
Choose **Resources** from the top navigation menu. | ||
|
||
![Navigate to Resources](/images/docs/guardrails/guides/configuring-guardrails/policy-packs/attach-policy-pack-to-resource/guardrails-select-resources-tab.png) | ||
|
||
## Step 3: Select Resource | ||
|
||
Search for and select the desired resource. In this example, we have selected an EC2 Volume. | ||
|
||
![Select EBS Volume](/images/docs/guardrails/guides/configuring-guardrails/policy-packs/attach-policy-pack-to-resource/guardrails-select-resource.png) | ||
|
||
## Step 4: Associate Policy Pack | ||
|
||
From the resource detail page, click **MANAGE** in the Policy Packs section to proceed. | ||
|
||
![Select Manage](/images/docs/guardrails/guides/configuring-guardrails/policy-packs/attach-policy-pack-to-resource/guardrails-select-manage.png) | ||
|
||
Select **Add** from the dialog box. | ||
|
||
![Select Add](/images/docs/guardrails/guides/configuring-guardrails/policy-packs/attach-policy-pack-to-resource/guardrails-select-add.png) | ||
|
||
Select the desired policy pack and click **Save** to apply it to the resource. | ||
|
||
![Save Policy Pack](/images/docs/guardrails/guides/configuring-guardrails/policy-packs/attach-policy-pack-to-resource/guardrails-select-policy-pack-save.png) | ||
|
||
## Step 5: Verify Control | ||
|
||
The newly attached policy pack should now be visible under the **Policies** tab of the resource. | ||
|
||
![Review Policy](/images/docs/guardrails/guides/configuring-guardrails/policy-packs/attach-policy-pack-to-resource/guardrails-verify-policy.png) | ||
|
||
The newly applied control should now be visible under the **Controls** tab of the resource. | ||
|
||
![Review Policy](/images/docs/guardrails/guides/configuring-guardrails/policy-packs/attach-policy-pack-to-resource/guardrails-verify-controls.png) | ||
|
||
## Next Steps | ||
|
||
Explore the following resources to learn more about Guardrails’ Policies feature: | ||
|
||
- Learn about [Policy Packs](/guardrails/docs/concepts/policy-packs) | ||
- Learn about [Managing Policies](/guardrails/docs/guides/configuring-guardrails/managing-policies) | ||
|
||
## Troubleshooting | ||
|
||
| Issue | Description | Guide | | ||
|----------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------| | ||
| Further Assistance | If you continue to encounter issues, please open a ticket with us and attach the relevant information to assist you more efficiently. | [Open Support Ticket](https://support.turbot.com) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters