summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2021-03-06 10:03:41 -0800
committerGitHub <noreply@github.com>2021-03-06 10:03:41 -0800
commit39d25a2c9357f7f00c19d74adf644e973b271612 (patch)
treea200e7fb42d12d9702a733d744824fbe9dfd6b40
parentaaac131e2b195ceb4cf6e0765f6b11aa2895d56d (diff)
parentfdaf2135a590b7da3895ae7564020e130d6c3822 (diff)
Merge pull request #5580 from liggitt/reload-token
Add token file reload to client library requirements
-rw-r--r--contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md b/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md
index f92bd79d..7d209042 100644
--- a/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md
+++ b/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md
@@ -32,7 +32,7 @@ Development would be based on a generated client using OpenAPI and [swagger-code
* X509 Client certificate (inline and referenced by file)
- * Bearer tokens (inline and referenced by file)
+ * Bearer tokens (inline or referenced by a file that is reloaded at least once per minute)
* encryption/TLS (inline, referenced by file, insecure)