Skip to content
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

Remove inactivity_period default value from app_signon_policy_rule #2070

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

reinoudk
Copy link

This addresses #1573 which, even though closed as stale, I think should be fixed.

For example, when creating a rule through the UI or when not explicitly setting this value through the API, the JSON that is returned when subsequently pulling the rule from the API will also not have a value for inactivityPeriod. The provider docs do not specify a default value either.

Note: I realize this could considered be a breaking change w.r.t. how the provider handled this value up until now 😬.

It checks that `inactivity_period` is not set if not defined, which is the desired behavior.
@duytiennguyen-okta duytiennguyen-okta added the breaking-change Will break established behavior of the current minor version of the provider label Aug 20, 2024
@duytiennguyen-okta
Copy link
Contributor

@reinoudk yes, it is a breaking change and will have to wait for v5 to be released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Will break established behavior of the current minor version of the provider v5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants