-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Problem
The enterprise ldap get-config command hangs and eventually times out.
Steps to Reproduce
redisctl enterprise ldap get-config
# Command hangs indefinitely or times outExpected Behavior
Should return the LDAP configuration for the cluster (even if empty/not configured).
Likely Causes
- Incorrect endpoint path
- Handler trying to access non-existent endpoint
- LDAP endpoints might require specific cluster configuration
Investigation Needed
- Verify the correct endpoint path:
/v1/cluster/ldapor/v1/ldap - Test with raw API:
redisctl api enterprise get /v1/cluster/ldap - Check if LDAP endpoints are only available when LDAP is configured
Acceptance Criteria
- Command returns LDAP config or appropriate "not configured" message
- Doesn't hang or timeout
- Add integration test for this command
Part of #315
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working