-
-
Notifications
You must be signed in to change notification settings - Fork 149
Payload validation error: 'Too few properties defined (0), minimum 1' when creating client grant #50
Comments
This is a pre-existing resource... just trying to change the audience |
Hi Dan, could you try applying with |
Log is attached; I ran:
I'm using v0.1.3 |
@dancrumb there's a lot of noise in the file, making it a little hard to pinpoint. I'll keep digging though, see if I can find the root cause. My hunch is somewhere between clients and client grants and them agreeing which grants are defined. But I have to look further. The file you attached, might contain sensitive information (not sure if it's encoded or not). You might want to take it down... |
All the sensitive info is encrypted; thanks for checking though
…On Sat, Nov 3, 2018, 08:55 Alex Kalyvitis ***@***.*** wrote:
@dancrumb <https://github.com/dancrumb> there's a lot of noise in the
file, making it a little hard to pinpoint. I'll keep digging though, see if
I can find the root cause. My hunch is somewhere between clients and client
grants and them agreeing which grants are defined. But I have to look
further.
The file you attached, might contain sensitive information (not sure if
it's encoded or not). You might want to take it down...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANhT-7MbhP7Yhj8xD1770Z7625CH8bcks5uraAzgaJpZM4YC21m>
.
|
I just ran into this issue too, trying to create a new client grant with Could it possibly be caused by https://github.com/yieldr/go-auth0/blob/master/management/client_grant.go#L20 To fix I'm temporarily using |
I've merged the referenced PR to remove Best, |
@alexkappa I just experienced the same error when modifying an auth0_client resource. The only thing I had changed was removing the
Changing another value (removing one of the scopes) allowed me to run I tried explicitly setting |
I'm facing the same issue with auth_connection:
|
This issue is stale because it has been open 30 days with no activity. |
We are still seeing this with v0.2.0 |
@vmandrychenko could you try with the latest release (v0.4.0)? |
Hi, this issue is still occurring with version 0.5 but for us it is happening using the When we run the plan we see the following change:
Trying to apply the plan results in:
Attempting to resolve the issue by making the Terraform match the environment changes by adding an
Any ideas? |
I'm also having this issue with |
I ended up just copying in the templates to the repo from Auth0.
…On Tue, Apr 7, 2020 at 8:29 PM xanderflood ***@***.***> wrote:
I'm also having this issue with auth0_tenant after upgrading from 0.6 to
0.8. It seems that there's no way to *omit* error_page (and other fields
like guardian_mfa_page and change_password) from the actual request
bodies - instead we wind up pushing empty blocks, which isn't valid.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2TF7I5Z63I2DF2MMXRR53RLPHQFANCNFSM4GALNVTA>
.
--
Zac Rosenbauer
|
With the following resource definition:
I am getting the following error:
but there's not really any clear way to debug this... any pointers?
The text was updated successfully, but these errors were encountered: