Skip to content

Conversation

@jk4102
Copy link
Member

@jk4102 jk4102 commented Oct 24, 2025

No description provided.

@jk4102
Copy link
Member Author

jk4102 commented Oct 25, 2025

image

@jk4102 jk4102 marked this pull request as ready for review October 28, 2025 17:55

// authenticateLDAP performs LDAP authentication
func (la *LDAPAuthenticator) authenticateLDAP(username, password string) (string, error) {
conn, err := la.connectLDAP()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we keep connection open globally (check concurrency support)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as jupyterlab version - concurrency not built in

SecondaryProxy *httputil.ReverseProxy
SecondaryTargetPattern string
URLSubPath string
authenticator *auth.LDAPAuthNZ
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename (ex. authNZ)

secondaryProxy = httputil.NewSingleHostReverseProxy(secondaryTargetUrl)
}

authenticator := auth.NewLDAPAuthNZ(envVars)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename

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

Successfully merging this pull request may close these issues.

3 participants