Skip to content

Commit dd09b65

Browse files
committed
adjust to standards
1 parent 35506be commit dd09b65

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

modules/ai-agents/partials/service-account-authorization.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ When you create an MCP server or AI agent, Redpanda Cloud automatically creates
77

88
The service account is created with:
99

10-
* **Name**: Pre-filled as `cluster-<cluster-id>-<resource-type>-<resource-name>-sa`, where `sa` stands for service account. For example:
10+
* *Name*: Pre-filled as `cluster-<cluster-id>-<resource-type>-<resource-name>-sa`, where `sa` stands for service account. For example:
1111
** MCP server: `cluster-d5tp5kntujt599ksadgg-mcp-my-test-server-sa`
1212
** AI agent: `cluster-d5tp5kntujt599ksadgg-agent-my-agent-sa`
1313
+
1414
You can customize this name during creation.
1515

16-
* **Role binding**: Cluster scope with Writer role for the cluster where you created the resource. This allows the resource to read and write data, manage topics, and access cluster resources.
16+
* *Role binding*: Cluster scope with Writer role for the cluster where you created the resource. This allows the resource to read and write data, manage topics, and access cluster resources.
1717

1818
=== Manage service accounts
1919

2020
You can view and manage service accounts created for MCP servers and AI agents in *Organization* > *IAM* > *Service accounts*.
2121

2222
The Organization IAM page shows additional details not visible during creation:
2323

24-
[cols="1,2"]
24+
[cols="1,2", options="header"]
2525
|===
2626
|Field |Description
2727

@@ -47,7 +47,7 @@ From this page you can:
4747

4848
[NOTE]
4949
====
50-
Deleting a service account removes authentication for the associated MCP server or AI agent. The resource will no longer be able to access cluster data.
50+
Deleting a service account removes authentication for the associated MCP server or AI agent. The resource can no longer access cluster data.
5151
====
5252

5353
=== Customize role bindings
@@ -58,4 +58,4 @@ The default Writer role provides broad access suitable for most use cases. If yo
5858
. Find the service account for your resource.
5959
. Edit the role bindings to use a more restrictive role or scope.
6060

61-
For more about roles and permissions, see xref:security:authorization/rbac/rbac.adoc[].
61+
For more about roles and permissions, see xref:security:authorization/rbac/rbac.adoc[Role-based access control].

0 commit comments

Comments
 (0)