-
Notifications
You must be signed in to change notification settings - Fork 89
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
infinite_idle_token_lifetime/infinite_token_lifetime/idle_token_lifetime not longer work? #24
Comments
Hey, I am not sure, if it relates here as well, but I have an issue with auth0 client as well. Does it looks like a bug as well which is related to these 2 fields? |
Sorry for my bad english. I have this terraform script:
This script works fine the very first time but when I execute it again I get: Error: 400 Bad Request: Neither infinite_token_lifetime nor infinite_idle_token_lifetime can be true when token expiration type is 'non-expiring' According to the documentation both values are false by default: infinite_idle_token_lifetime - (Optional) Boolean, (Default=false) Whether or not inactive refresh tokens should be remain valid indefinitely. infinite_token_lifetime - (Optional) Boolean, (Default=false) Whether or not refresh tokens should remain valid indefinitely. If false, token_lifetime should also be set Adding more information about this: This is the plan output for the first time:
The second time, the plan output show:
Seem like both infinite_idle_token_lifetime and infinite_token_lifetime were saved as true, right? |
Hey folks, this got fixed through #187 and it will be available in the next release planned towards the end of next week (approximately). We'll be closing this down cuz of this. |
From terraform-provider-auth0 created by mattmillen888: alexkappa/terraform-provider-auth0#337
Have these features been deprecated?
refresh_token {
infinite_idle_token_lifetime = true
infinite_token_lifetime = false
idle_token_lifetime = 1296000
}
as i now get:
An argument named "infinite_token_lifetime" is not expected here.
An argument named "idle_token_lifetime" is not expected here.
An argument named "infinite_idle_token_lifetime" is not expected here.
when i do terraform plan
The text was updated successfully, but these errors were encountered: