You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `create-version` operation Creates a specific version of a secret, sets its value and
immediately activates that version. It fails with HTTP status 412 (precondition failed)
if this version of the secret already has a value.
Updates tailscale/corp#34020
Signed-off-by: Percy Wegmann <[email protected]>
**Requires:**`put` permission for the specified name.
111
114
@@ -127,6 +130,19 @@ The service defines named _actions_ that are subject to access control:
127
130
secret, the server reports the existing active version without modifying the
128
131
store.
129
132
133
+
-`/api/create-version`: Creates a specific version of a secret, sets its value and immediately activates that version. It fails if this version of the secret already has a value.
134
+
135
+
**Requires:**`create-version` permission for the specified name.
0 commit comments