We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e159a4 commit 90e6b2dCopy full SHA for 90e6b2d
1 file changed
modules/reference/pages/rpk/rpk-security/rpk-security-secret-update.adoc
@@ -8,7 +8,7 @@ Scopes define the areas where the secret can be used. Available scopes are:
8
- `redpanda_connect`
9
- `redpanda_cluster`
10
11
-You can set one or both scopes on a secret. Updating a secret will overwrite its current scopes.
+You can set one or both scopes on a secret. Updating a secret's scopes will overwrite its current scopes.
12
13
== Usage
14
@@ -26,7 +26,7 @@ To update the value of the secret:
26
rpk security secret update --name NETT --value new_value
27
----
28
29
-To update the scope of secret to both `redpanda_connect` and `redpanda_cluster`:
+To update the scope of a secret to both `redpanda_connect` and `redpanda_cluster`:
30
31
[,bash]
32
0 commit comments