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
Prefer `--secret-material-env KEY[=ENVVAR]` for secret refresh material. `--material KEY=VALUE` is for non-secret material; `--secret-material-key` marks supplied material keys as secret.
182
182
183
+
Gateway-managed refresh credentials use an identity-stable workload handle.
184
+
Routine automatic refresh and `provider refresh rotate` update the access token
185
+
behind that handle, so long-running processes do not need to restart. Running
186
+
processes must be restarted once when upgrading from revision-scoped
187
+
placeholders. A later `provider refresh configure` call is an explicit
188
+
reauthorization boundary: it revokes the previous handle, and processes holding
189
+
that handle fail closed until restarted.
190
+
191
+
While gateway-managed refresh is configured, `provider update --credential`
192
+
cannot replace or delete the refresh-owned primary credential or any co-minted
193
+
output. Use `provider refresh rotate`, reconfigure refresh, or delete refresh
194
+
before returning those keys to manual management. Unrelated provider fields
0 commit comments