mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-27 10:33:11 +01:00
4ad14cb46b
* Retrieve all workspace users via pagination, excluding custom user attributes * Retrieve all authentik users via pagination * Retrieve all Azure AD users via pagination * Simplify user data appending operation Reduced unnecessary iteration and used an efficient way to append all users to 'indexedUsers' * Fix ineffectual assignment to reqURL * Retrieve all Okta users via pagination * Add missing GetAccount metrics * Refactor * minimize memory allocation Refactored the memory allocation for the 'users' slice in the Okta IDP code. Previously, the slice was only initialized but not given a size. Now the size of userList is utilized to optimize memory allocation, reducing potential slice resizing and memory re-allocation costs while appending users. * Add logging for entries received from IdP management Added informative and debug logging statements in account.go file. Logging has been added to identify the number of entries received from Identity Provider (IdP) management. This will aid in tracking and debugging any potential data ingestion issues. |
||
---|---|---|
.. | ||
auth0_test.go | ||
auth0.go | ||
authentik_test.go | ||
authentik.go | ||
azure_test.go | ||
azure.go | ||
google_workspace.go | ||
idp.go | ||
jumpcloud_test.go | ||
jumpcloud.go | ||
keycloak_test.go | ||
keycloak.go | ||
okta_test.go | ||
okta.go | ||
util.go | ||
zitadel_test.go | ||
zitadel.go |