Skip to content

Commit bc81859

Browse files
committed
Clarify secret ID
1 parent f750b41 commit bc81859

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/manage/partials/iceberg/use-iceberg-catalogs.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ You must include the following values:
8686
8787
- `<dataplane-api-url>`: The base URL for the Data Plane API.
8888
- `<token>`: The API key you generated during authentication.
89-
- `<secret-name>`: The ID or name of the secret you want to add. Use only the following characters: `^[A-Z][A-Z0-9_]*$`.
89+
- `<secret-name>`: The name of the secret you want to add. The secret name is also its ID. Use only the following characters: `^[A-Z][A-Z0-9_]*$`.
9090
- `<secret-value>`: The Base64-encoded secret.
9191
- This scope: `"SCOPE_REDPANDA_CLUSTER"`.
9292
@@ -138,7 +138,7 @@ You must include the following values:
138138
139139
- `<cluster-id>`: The ID of the Redpanda cluster.
140140
- `<token>`: The API key you generated during authentication.
141-
- `<secret-name>`: The name of the secret you created earlier. The secret name is also its ID.
141+
- `<secret-name>`: The name of the secret you created earlier.
142142
--
143143
=====
144144
endif::[]

0 commit comments

Comments
 (0)