-
Hi everyone,
Many thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This behaviour is working as intended. When Teleport issues a user certificate with This is different if using the Teleport web UI, where the user will lose access to Teleport as soon as they refresh the page or try to open a new session. We are planning to implement active session termination and certificate revocation in a future version of Teleport. For now, here's a few potential workarounds:
|
Beta Was this translation helpful? Give feedback.
This behaviour is working as intended. When Teleport issues a user certificate with
tsh login
, that certificate remains valid until it expires (8 hours by default - this time can be changed using theoptions.max_session_ttl
RBAC parameter). The user will not be able to get a new certificate after expiry usingtsh login
if they have been deleted.This is different if using the Teleport web UI, where the user will lose access to Teleport as soon as they refresh the page or try to open a new session.
We are planning to implement active session termination and certificate revocation in a future version of Teleport. For now, here's a few potential workarounds: