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] decouple ldap calls to facilitate dev #145

Open
stolpeo opened this issue Jan 23, 2024 · 1 comment
Open

[feat] decouple ldap calls to facilitate dev #145

stolpeo opened this issue Jan 23, 2024 · 1 comment
Milestone

Comments

@stolpeo
Copy link
Contributor

stolpeo commented Jan 23, 2024

What is your feature request?

LDAP calls are tightly coupled to the ADs. This prohibits proper local development. Decouple the LDAP calls and put them into an layer in between so they can be replaced, depending on the environment (i.e. in production they should call the actual ldap, in development they should return dummy data as well as in tests).

Have you seen anything similar somewhere else?

No response

@stolpeo stolpeo self-assigned this Jan 23, 2024
@stolpeo stolpeo added this to the Backlog milestone Feb 13, 2024
@stolpeo stolpeo removed their assignment Feb 13, 2024
@stolpeo
Copy link
Contributor Author

stolpeo commented Mar 1, 2024

Not really necessary. we can create local users and run by that. Also the LDAP can easily be mocked as the LDAP module provides a dummy server that can return user defined data.

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

No branches or pull requests

1 participant