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
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
There is also some github/gitlab service in the topcoder-x-ui side which need token, such as, adding gitlab user to group service.
When token expires, we need to send notification to the copilot to refresh it.
The previous PR of #444 has implemented the notification process. It should be worked well when token of service in the topcoder-x-processor side expired, but not for the topcoder-x-ui side.
We should emit an event from topcoder-x-ui to topcoder-x-processor using kafka to send the notification of refresh token.
The text was updated successfully, but these errors were encountered:
jmgasper
changed the title
Send event to topcoder-x-processor when token is invalid/expired
[$100] Send event to topcoder-x-processor when token is invalid/expired
Jun 13, 2022
There is also some github/gitlab service in the
topcoder-x-ui
side which need token, such as, adding gitlab user to group service.When token expires, we need to send notification to the copilot to refresh it.
The previous PR of #444 has implemented the notification process. It should be worked well when token of service in the
topcoder-x-processor
side expired, but not for thetopcoder-x-ui
side.We should emit an event from
topcoder-x-ui
totopcoder-x-processor
using kafka to send the notification of refresh token.The text was updated successfully, but these errors were encountered: