-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add UUID field for LDAP configuration #11462
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
base: main
Are you sure you want to change the base?
Conversation
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.
clgtm, but let’s do this in 4.20.2 or 4.22 ? including some of the other ldap improvements?
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #11462 +/- ##
=========================================
Coverage 17.35% 17.35%
- Complexity 15230 15233 +3
=========================================
Files 5886 5886
Lines 525685 525697 +12
Branches 64159 64159
=========================================
+ Hits 91247 91260 +13
Misses 424138 424138
+ Partials 10300 10299 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
clgtm
|
} | ||
|
||
public LdapConfigurationVO(final String hostname, final int port, final Long domainId) { | ||
this.hostname = hostname; | ||
this.port = port; | ||
this.domainId = domainId; | ||
this.uuid = UUID.randomUUID().toString(); |
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.
shouldn’t this be read from the DB somehow?
Description
This PR...
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?