ROSA のオフラインアクセストークンの取得を試みると、"User has exceeded the maximum number of offline sessions" というメッセージが表示される
Environment
Red Hat OpenShift Service on AWS (ROSA)
Red Hat OpenShift Cluster Manager
Issue
https://cloud.redhat.com/openshift/token/rosa からオフラインアクセストークンを取得しようとすると、ページに以下のエラーが表示されます。
{"error":"offline_session_limit_exceeded","error_description":"User has exceeded the maximum number of offline sessions. Please visit the session management page for more details."}
Resolution
Red Hat アカウントの https://sso.redhat.com/auth/realms/redhat-external/account/applications ページで、古いオフラインアクセストークンを取り消します。
Root Cause
トークンの有効期間は長いため、生成したら後で使用できるようにローカルに保存する必要があります。
https://cloud.redhat.com/openshift/token/rosa からオフラインアクセストークンを繰り返し取得しようとすると、生成されたトークンが多すぎるため、最終的にはこの制限に達します。
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Comments