-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: user password policy attachment (#2627)
Our test for the user password policy attachment resource started failing. It detected two issues with current implementation that were changed: - POLICY_STATUS should be a nullable field (this is something new because the test started failing just recently) - policyReferences returned by GetForEntity should be filtered by `PASSWORD_POLICY` PolicyKind to resolve clashes with other policy types
- Loading branch information
1 parent
f9651bc
commit 382e49d
Showing
3 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters