Skip to content

Commit bb4ee52

Browse files
authored
DOC-764 clarify BYOC vs BYOVPC policies (#152)
1 parent 9eea613 commit bb4ee52

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

modules/security/partials/iam-policies.adoc

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Redpanda automatically assigns IAM policies to the Redpanda Cloud agent when it is deployed. The permissions grant the agent access to the BYOC cluster. IAM policies
2-
_do not_ grant user access to a cluster; rather, they grant the deployed Redpanda
3-
agent access, so that brokers can communicate with the BYOC clusters.
1+
Redpanda automatically assigns IAM policies to the Redpanda Cloud agent when it is deployed. The permissions grant the agent access to the BYOC cluster.
42

5-
See also: xref:get-started:cloud-overview.adoc#byoc-architecture[BYOC architecture]
3+
ifdef::env-aws[]
4+
[NOTE]
5+
====
6+
* This page lists the IAM permissions Redpanda needs to create xref:get-started:cluster-types/byoc/aws/create-byoc-cluster-aws.adoc[BYOC clusters]. This _does not_ pertain to xref:get-started:cluster-types/byoc/aws/vpc-byo-aws.adoc[BYOVPC clusters].
7+
* No IAM permissions are required for Redpanda Cloud users. IAM policies do not grant user access to a cluster; rather, they grant the deployed Redpanda agent access, so that brokers can communicate with the BYOC clusters.
8+
====
69
7-
NOTE: This page lists the IAM permissions Redpanda needs to create a BYOC cluster. No IAM permissions are required for Redpanda Cloud users.
8-
9-
ifdef::env-aws[]
1010
== AWS IAM policies
1111

1212
IAM policies are assigned to deployed Redpanda agents for BYOC AWS
@@ -504,6 +504,12 @@ statement {
504504
endif::[]
505505

506506
ifdef::env-gcp[]
507+
[NOTE]
508+
====
509+
* This page lists the IAM permissions Redpanda needs to create xref:get-started:cluster-types/byoc/gcp/create-byoc-cluster-gcp.adoc[BYOC clusters]. This _does not_ pertain to xref:get-started:cluster-types/byoc/gcp/vpc-byo-gcp.adoc[BYOVPC clusters].
510+
* No IAM permissions are required for Redpanda Cloud users. IAM policies do not grant user access to a cluster; rather, they grant the deployed Redpanda agent access, so that brokers can communicate with the BYOC clusters.
511+
====
512+
507513
== GCP IAM policies
508514

509515
The Redpanda agent service account for GCP is granted the following roles/permissions to manage
@@ -748,6 +754,12 @@ endif::[]
748754

749755

750756
ifdef::env-azure[]
757+
[NOTE]
758+
====
759+
* This page lists the IAM permissions Redpanda needs to create xref:get-started:cluster-types/byoc/azure/create-byoc-cluster-azure.adoc[BYOC clusters]. This _does not_ pertain to xref:get-started:cluster-types/byoc/azure/vnet-azure.adoc[BYOVPC clusters].
760+
* No IAM permissions are required for Redpanda Cloud users. IAM policies do not grant user access to a cluster; rather, they grant the deployed Redpanda agent access, so that brokers can communicate with the BYOC clusters.
761+
====
762+
751763
Azure RBAC (role-based access control) is scoped to resource groups. For example:
752764

753765
```

0 commit comments

Comments
 (0)