-
Notifications
You must be signed in to change notification settings - Fork 556
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
Make password_policy conflict with the formatter field #1557
Conversation
Previously it was possible to configure password_policy together with formatter or length in the vault_ad_secret_backend resource. These fields should now be mutually exclusive.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR's looking great! Though it looks like the AD tests are failing in CI due to invalid credentials
Thanks, looking at it now. |
- revert openldap addition until we have a proper image test against.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Make password_policy conflict with the formatter field (hashicorp#1557)
Previously it was possible to configure
password_policy
together withformatter
in thevault_ad_secret_backend
resource. Thesefields should now be mutually exclusive.
Output from acceptance testing: