-
-
Notifications
You must be signed in to change notification settings - Fork 128
Enforcement of paginated API responses from the auth0 management v2 API #168
Comments
Hi @edify42, thanks for filing an issue. What exactly is changing in these responses? This SDK enforces |
@alexkappa Thank you for your work on this and the terraform provider for Auth0. I've copied text from Auth0's information provided to users:
Our terraform operations have been getting deprecation notes in logs in Auth as recently as today, which makes me think there might be some tweaks required to get this in line with Auth0's new expectations. |
@levitiessen are you still getting dep notices? Could you point to which API end points is generating these warnings when applying Terraform changes? |
When I look at our logs and filter by "Deprecation Notice" I'm not seeing
anything anymore. I hope that means we don't need to worry about anything.
It feels a bit odd that before we were getting the notices and we aren't
now, when (as far as I know) we haven't changed anything on our end.
…On Tue, Mar 23, 2021 at 3:35 PM Yvo ***@***.***> wrote:
@levitiessen <https://github.com/levitiessen> are you still getting dep
notices? Could you point to which API end points is generating these
warnings when applying Terraform changes?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#168 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANAO6N2Z3CUA7BD3I2A26WLTFDUPNANCNFSM4UAF5SDA>
.
--
*Levi Tiessen*
Senior Software Developer, Team Lead, FleetCarma
FleetCarma, a division of Geotab
+1 (519) 342-7385 x000
www.fleetcarma.com
|
I understand. Looking at it again, it looked like one endpoint, |
Hey @alexkappa!
Happy to see you're still maintaining this 👍
We saw an email about paginated responses from the 21st January 2021 affecting these endpoints:
GET /api/v2/clients GET /api/v2/client-grants GET /api/v2/grants GET /api/v2/connections GET /api/v2/device-credentials (NOTE: pagination will not be enforced when type is not provided) GET /api/v2/resource-servers GET /api/v2/rules
I looked through the source code here and found the client-grants and resource-servers endpoints had support for pagination but not the others.
I thought to create the issue so others might know and update their terraform providers if we did end up patching this
The text was updated successfully, but these errors were encountered: