Skip to content

Commit 3f94d9c

Browse files
committed
OSDOCS-4272: Updating for service account issuer behavior change
1 parent fcc165a commit 3f94d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/bound-sa-tokens-configuring.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ You can configure pods to request bound service account tokens by using volume p
1919
+
2020
This step is typically not required if the bound tokens are used only within the cluster.
2121
+
22-
[WARNING]
22+
[IMPORTANT]
2323
====
24-
If you update the `serviceAccountIssuer` field and there are bound tokens already in use, all bound tokens with the previous issuer value will be invalidated. Unless the holder of a bound token has explicit support for a change in issuer, the holder will not request a new bound token until pods have been restarted.
24+
If you change the service account issuer to a custom one, the previous service account issuer is still trusted for the next 24 hours.
2525

2626
If necessary, you can manually restart all pods in the cluster so that the holder will request a new bound token. Before doing this, wait for a new revision of the Kubernetes API server pods to roll out with your service account issuer changes.
2727
====

0 commit comments

Comments
 (0)