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
Did not expect token to be logged, and if it is , it should be detached.
Comments
If someone had access to k8 dashboard, they could take higher privileges by just parsing out the token ID and loggin with my username.
I guess one way is to disable logging but that is not suitable when trying to troubleshoot authentications etc.
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
Login to kubernetes dashboard with bearer token id, checkout the pod logs for k8 dashboard.
Observed result
Logs show full token ID
Expected result
Did not expect token to be logged, and if it is , it should be detached.
Comments
If someone had access to k8 dashboard, they could take higher privileges by just parsing out the token ID and loggin with my username.
I guess one way is to disable logging but that is not suitable when trying to troubleshoot authentications etc.
The text was updated successfully, but these errors were encountered: