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
It tries to update-in-place and remove all the scopes however it doesn't correctly perform the api operation. From my testing this seems to be because it excludes scopes from the body instead of sending an empty array
What was the expected behavior?
Be able to remove scopes using terraform
Reproduction
n/a
Environment
n/a
The text was updated successfully, but these errors were encountered:
Hey @tadhglewis, this is a duplicate of #14 and as thus I'll close this down and add the reference over there. Unfortunately it's a known issue that isn't so simple to solve at the present moment, but it's something on our mind and we'll hopefully follow up with a fix in the near future.
Describe the problem
If you have a resource_server with scopes/permissions ie
And then remove all the
scopes
It tries to update-in-place and remove all the scopes however it doesn't correctly perform the api operation. From my testing this seems to be because it excludes
scopes
from the body instead of sending an empty arrayWhat was the expected behavior?
Be able to remove scopes using terraform
Reproduction
n/a
Environment
n/a
The text was updated successfully, but these errors were encountered: