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
BitbucketCloud API endpoint /user/permissions/teams became deprecated, though we had decided to use it to get user groups (#1811).
Describe the solution you'd like to see
The only way of solving the problem, which I see, is switching to workplaces as the source for dex groups.
Change the teams API endpoint to the workspaces API endpoint in our code.
Throw deprecation warning if the teams option is used in provider settings.
Add a new option - workspaces to filter groups.
Allow specifying only one of the options from above.
Describe alternatives you've considered
The only alternative is waiting for the deletion of the deprecated endpoint.
Additional context
Oh, looks like we undoubtfully need to move some connectors out of the main repo...
The text was updated successfully, but these errors were encountered:
nabokihms
changed the title
Depreciation of BitbucketCloud teams permissions endpoint
Deprecation of BitbucketCloud teams permissions endpoint
Feb 25, 2021
Is your feature request related to a problem?
BitbucketCloud API endpoint
/user/permissions/teams
became deprecated, though we had decided to use it to get user groups (#1811).Describe the solution you'd like to see
The only way of solving the problem, which I see, is switching to workplaces as the source for dex groups.
teams
API endpoint to theworkspaces
API endpoint in our code.teams
option is used in provider settings.workspaces
to filter groups.Describe alternatives you've considered
The only alternative is waiting for the deletion of the deprecated endpoint.
Additional context
Oh, looks like we undoubtfully need to move some connectors out of the main repo...
The text was updated successfully, but these errors were encountered: