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

fix: Replace deprecated teams endpoint in bitbucket connector #1812

Merged

Conversation

nabokihms
Copy link
Member

Replace deprecated /teams API endpoint with the actual one /user/permissions/teams.
Support of /teams endpoint ends 14 October 2020.

  • With this PR, we do not need teams scope to access user teams anymore
  • Output of endpoints differs a little

Closes #1811

P.S. I also tested these changes with changes from #1688. Everything works fine and looks compatible despite there are some conflicts in tests between these PRs.

Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
Copy link
Member

@sagikazarmark sagikazarmark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @nabokihms for quickly fixing this!

@sagikazarmark sagikazarmark merged commit 3b385ec into dexidp:master Oct 4, 2020
@sagikazarmark sagikazarmark added this to the v2.26.0 milestone Oct 4, 2020
nate-double-u added a commit to nate-double-u/dexidp-website that referenced this pull request Oct 6, 2020
…ex#1812

Signed-off-by: Nate Waddington <nwaddington@cncf.io>
nate-double-u added a commit to nate-double-u/dexidp-website that referenced this pull request Oct 6, 2020
Signed-off-by: Nate Waddington <nwaddington@cncf.io>
sagikazarmark pushed a commit to dexidp/website that referenced this pull request Oct 6, 2020
* Updating bitbucketcloud.md file as per changes in PR dexidp/dex#1688

Signed-off-by: Nate Waddington <nwaddington@cncf.io>

* updating bitbucketcloud.md copy as per changes introduced in dexidp/dex#1812

Signed-off-by: Nate Waddington <nwaddington@cncf.io>

* correcting content update as per dexidp/dex#1812

Signed-off-by: Nate Waddington <nwaddington@cncf.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Depreciation of BitbucketCloud teams and users endpoints
2 participants