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
Copy file name to clipboardExpand all lines: CHANGELOG.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,11 @@ items:
116
116
The Traffic Agent's retry interval when it establishes its watcher for intercepts is now configurable using the Helm chart value
117
117
`agent.watchRetryInterval`. The default retry interval was also increased from 2 seconds to 10 seconds to improve resilience when
118
118
connections to the traffic manager are lost.
119
+
- type: feature
120
+
title: Add ability for cluster admins to revoke other users' intercepts.
121
+
body: >-
122
+
The Traffic Manager now has a new API endpoint `RevokeIntercept` that can be used to revoke intercepts created by other users.
123
+
This endpoint is only accessible to cluster admins and requires authentication via a kubernetestoken and membership in the `system:masters` or `telepresence:admin` group.
0 commit comments