Clarify caching of exec auth tokens (#7881)
* Clarify caching of exec auth tokens * Update the wording
This commit is contained in:
committed by
k8s-ci-robot
parent
fbafe499d2
commit
bf45a16314
@@ -828,7 +828,8 @@ Kubernetes API.
|
|||||||
|
|
||||||
Optionally, this output can include the expiry of the token formatted as a RFC3339 timestamp.
|
Optionally, this output can include the expiry of the token formatted as a RFC3339 timestamp.
|
||||||
If an expiry is omitted, the bearer token is cached until the server responds with a 401 HTTP
|
If an expiry is omitted, the bearer token is cached until the server responds with a 401 HTTP
|
||||||
status code.
|
status code. Note that this caching is only for the duration of process and therefore the plugin
|
||||||
|
is triggered each time the tool using the plugin is invoked.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user