TERRAFORM_OIDC_IDP_SESSION_EXPIRY extend expiry time #30
-
Hey i have a question. This seems to do something but after an hour the token till becomes unvalid i believe he didn't delete the entries yet because the expiry date is larger that the current date. But this doesn't mean that the token is still valid? `
Let's allows values between 0-86399.
to
This doesn't fix it, after 1 hour the token is no longer valid. Any idea how to make this possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hey @EzekielHub, This is an interesting issue. Looking at some of these points: The expiry is used in 3 places:
With regards to the timedelta, from testing, values for seconds appear to be valid higher than those in your screenshot:
I will continue taking a look, but I assume it's related to the pyop classes. |
Beta Was this translation helpful? Give feedback.
Hi @MatthewJohn
Thanks for the quick action. i checked the 483 branch now and noticed the change
it works.
now i will wait one hour to see if it really works.