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

Allow to disable port on services. #155

Merged
merged 5 commits into from
May 21, 2024

Commits on Apr 19, 2024

  1. Allow to disable port on services.

    When using service as load balancer, if we setup ldap to be on secure
    port only we don't want to expose the insecure port.
    Currently there is no way to do that.
    
    With this modification, users can enable or disable exposition of
    insecure or secure port on the service.
    
    Default values keep the current behaviour.
    
    Signed-off-by: Guillaume Perrin <guillaume28.perrin@gmail.com>
    guillomep committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ffc30c3 View commit details
    Browse the repository at this point in the history
  2. Add test where ldap port is disable

    Signed-off-by: Guillaume Perrin <guillaume28.perrin@gmail.com>
    guillomep committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a8fedd8 View commit details
    Browse the repository at this point in the history
  3. Fix CI

    Signed-off-by: Guillaume Perrin <guillaume28.perrin@gmail.com>
    guillomep committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e32c462 View commit details
    Browse the repository at this point in the history
  4. Fix CI

    Signed-off-by: Guillaume Perrin <guillaume28.perrin@gmail.com>
    guillomep committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    2920b99 View commit details
    Browse the repository at this point in the history
  5. Fix CI

    Signed-off-by: Guillaume Perrin <guillaume28.perrin@gmail.com>
    guillomep committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    5b989e3 View commit details
    Browse the repository at this point in the history