-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.18
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
Important
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
we document user owned token deletion here: https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/authentication_and_authorization/index#oauth-delete-tokens_managing-oauth-access-tokens deletion via useroauthaccesstokens.oauth.openshift.io api does not work, calls return internal server error: Error from server (InternalError): Internal error occurred: Internal error occurred: converting (oauth.OAuthAccessToken) to (v1.UserOAuthAccessToken): unknown conversion
deletion via useroauthaccesstokens.oauth.openshift.io api works.
Version-Release number of selected component (if applicable):
4.18.18
How reproducible:
everytime
Steps to Reproduce:
1. oc delete useroauthaccesstokens.oauth.openshift.io sha256~t6g1SfYwC2eHPSLZZSqi_9z53PNOSLzd6xf1fRIf86g
Actual results:
Error from server (InternalError): Internal error occurred: Internal error occurred: converting (oauth.OAuthAccessToken) to (v1.UserOAuthAccessToken): unknown conversion
Expected results:
useroauthaccesstoken.oauth.openshift.io "sha256~t6g1SfYwC2eHPSLZZSqi_9z53PNOSLzd6xf1fRIf86g" deleted
Additional info: