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

feat: Add reuse_interval to password validation policy configuration #687

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

anluuhoai
Copy link

No description provided.

@anluuhoai
Copy link
Author

friendly ping, Could you review? @imrannayer @q2w

@@ -336,6 +336,7 @@ variable "password_validation_policy_config" {
min_length = number
complexity = string
disallow_username_substring = bool
reuse_interval = number
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anluuhoai if it is not required can u make it optional?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is already an option. If you don't fill it in, it will be null. In this case, I need to config the reuse_interval, but the current module doesn't have this option.
In the console, if you fill in the reuse interval, when I run this module without reuse_interval, it will remove the reuse interval.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any update? @imrannayer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants