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
Is your feature request related to a problem? Please describe.
Currently, there is no identity validation on GET /tokens/{saNme} request
It means that any malicious actor can request SA token, if SA has been already created.
Describe the solution you'd like to see
add Authorization header that contains ID token for GET /tokens/<sa-name> request,
validate Authorization header content by validating ID token signature.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, there is no identity validation on GET /tokens/{saNme} request
It means that any malicious actor can request SA token, if SA has been already created.
Describe the solution you'd like to see
Authorization
header that contains ID token forGET /tokens/<sa-name>
request,Authorization
header content by validating ID token signature.The text was updated successfully, but these errors were encountered: