Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Bug Report: StackOverflow plugin will cease to work #15770

Closed
2 tasks done
benlangfeld opened this issue Jan 16, 2023 · 5 comments · Fixed by #17157
Closed
2 tasks done

🐛 Bug Report: StackOverflow plugin will cease to work #15770

benlangfeld opened this issue Jan 16, 2023 · 5 comments · Fixed by #17157
Labels
bug Something isn't working help wanted Help/Contributions wanted from community members homepage Features for the composable homepage

Comments

@benlangfeld
Copy link
Contributor

📜 Description

Stack Overflow recently announced that their Teams API will cease to accept OAuth tokens on 2023-01-25, requiring from that point a PAT.

https://stackoverflow.help/en/articles/4385859-stack-overflow-for-teams-api

👍 Expected behavior

The Stack Overflow Backend plugin should use a PAT.

👎 Actual Behavior with Screenshots

The plugin currently uses OAuth tokens.

👟 Reproduction steps

Follow the plugin documentation.

📃 Provide the context for the Bug.

No response

🖥️ Your Environment

No response

👀 Have you spent some time to check if this bug has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

Are you willing to submit PR?

Yes I am willing to submit a PR!

@benlangfeld benlangfeld added the bug Something isn't working label Jan 16, 2023
@benlangfeld
Copy link
Contributor Author

@dhhuynh2 may be able to contribute this change soon.

@Rugvip Rugvip added the homepage Features for the composable homepage label Jan 19, 2023
@Rugvip
Copy link
Member

Rugvip commented Jan 19, 2023

👀 from @backstage/techdocs-core as well, especially @emmaindal 😁

@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Mar 20, 2023
@emmaindal
Copy link
Member

Hello @benlangfeld thanks a lot for opening this issue and sorry for late reply, haven't seen it until now!

If you want to take a look at this @dhhuynh2 it would be awesome, let me know and I'll assign the issue to you.

@emmaindal emmaindal added help wanted Help/Contributions wanted from community members and removed stale labels Mar 23, 2023
@cmdkeen
Copy link
Contributor

cmdkeen commented Mar 29, 2023

I'm taking a look at this, code changes looks relatively straightforward.

One question is whether I should bump the default API version to 2.3 from 2.2 (which is the URL), generally try to make the change non-breaking, but where people will need to explicitly set the baseUrl. I suspect non-breaking to start with makes sense.

It's also unclear what the Enterprise edition process is, that seems to be hidden behind a login. So if anyone has any insight into that please speak up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Help/Contributions wanted from community members homepage Features for the composable homepage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants