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

Feature/ldap explorer back end #7634

Merged
merged 38 commits into from
Jul 5, 2023
Merged

Commits on Jul 3, 2023

  1. Implement ldap explorer back end core

    fdurand authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    57aaae2 View commit details
    Browse the repository at this point in the history
  2. Filter returned ldap attributes

    fdurand authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    e0e628d View commit details
    Browse the repository at this point in the history
  3. Added pfldapexplorer to service manager and update packaging

    fdurand authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d5e6602 View commit details
    Browse the repository at this point in the history
  4. Added sample.md

    fdurand authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    766921c View commit details
    Browse the repository at this point in the history
  5. Update sample.md

    fdurand authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    bd595b6 View commit details
    Browse the repository at this point in the history
  6. Fix a typo in buildPfladpExplorer function name

    VakarisZ authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c717c5d View commit details
    Browse the repository at this point in the history
  7. Refactor pfldapexplorer.go to use chi router

    VakarisZ authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f211552 View commit details
    Browse the repository at this point in the history
  8. Fix a bug and improve style of ldap explorer

    There was a bug that caused changes of ldap server config not affect the ldap explorer until it was restarted.
    VakarisZ authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f11e964 View commit details
    Browse the repository at this point in the history
  9. Added timeouts and minor improvements in LdapSearch

    VakarisZ authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    7daa57e View commit details
    Browse the repository at this point in the history
  10. Refactor pfldapexplorer into smaller, reusable components

    VakarisZ authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    6f3124d View commit details
    Browse the repository at this point in the history
  11. Add ginkgo and ldap search unit tests

    VakarisZ authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    41355e1 View commit details
    Browse the repository at this point in the history
  12. Delete sample.md file with manual requests

    VakarisZ authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f2a945c View commit details
    Browse the repository at this point in the history
  13. Add error responses to pfldapexplorer

    VakarisZ authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    353e77d View commit details
    Browse the repository at this point in the history
  14. Containerize pfldapexplorer

    VakarisZ authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    54bf48c View commit details
    Browse the repository at this point in the history
  15. Generalize the code for opening up a pfconnector connection

    VakarisZ authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    dcffe70 View commit details
    Browse the repository at this point in the history
  16. Create separate packages for ldapSeachClient and LdapClient

    VakarisZ authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    1caa77d View commit details
    Browse the repository at this point in the history
  17. Fix LDAP source unmarshalling

    VakarisZ authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    ecb7c2a View commit details
    Browse the repository at this point in the history
  18. Add pfldapexplorer to logtailer

    VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    73add1b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    97177a6 View commit details
    Browse the repository at this point in the history
  20. Add ldapexplorer entry in env_goland_service.pm

    VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    56ca924 View commit details
    Browse the repository at this point in the history
  21. Add ldapexplorer entry to documentation.conf

    VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    2405d00 View commit details
    Browse the repository at this point in the history
  22. Change port of ldapExplorer to 22229

    VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    6b1bc54 View commit details
    Browse the repository at this point in the history
  23. Add golang service import in fldapepxlorer.pm

    VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    596c8ec View commit details
    Browse the repository at this point in the history
  24. Bind ldapExplorer container to 0.0.0.0

    VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    286e06a View commit details
    Browse the repository at this point in the history
  25. Add type

    jrouzierinverse authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9aa97c9 View commit details
    Browse the repository at this point in the history
  26. Add type to form

    jrouzierinverse authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    feb9248 View commit details
    Browse the repository at this point in the history
  27. Add support for condition types

    jrouzierinverse authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b507ed6 View commit details
    Browse the repository at this point in the history
  28. Allow undef

    jrouzierinverse authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    e2d0e43 View commit details
    Browse the repository at this point in the history
  29. Extract type in condition

    jrouzierinverse authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    730434b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e3b047c View commit details
    Browse the repository at this point in the history
  31. Add more possible parameters to ldap search query

    VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    238de9a View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    fd08209 View commit details
    Browse the repository at this point in the history
  33. Allow for custom ldap attributes

    jrouzierinverse authored and VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f0f91cc View commit details
    Browse the repository at this point in the history
  34. Add recovery for connection errors

    VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b2729fc View commit details
    Browse the repository at this point in the history
  35. Change pfldapexplorer to take server from request instead of config

    Fix UT according to ldap back end changes
    VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    bb2a90b View commit details
    Browse the repository at this point in the history
  36. Add unmarshaling error handling

    VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    786b46d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f50c9c2 View commit details
    Browse the repository at this point in the history
  38. Improve error handling in ldap client

    VakarisZ committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    81e8d93 View commit details
    Browse the repository at this point in the history