Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Feature request: configurations for multiple login paths #185

Closed
nickwales opened this issue Oct 26, 2017 · 1 comment
Closed

Feature request: configurations for multiple login paths #185

nickwales opened this issue Oct 26, 2017 · 1 comment
Milestone

Comments

@nickwales
Copy link

nickwales commented Oct 26, 2017

We run multiple LDAP services so they are mounted on e.g.

ldap/team1
ldap/team2

When clicking on the LDAP tab I get a couple errors pop up with 'Error 500'. From the logs Goldfish 0.7.4 seems to just be looking up the default paths.

path":"auth/ldap/users/","data":null,"remote_address":"127.0.0.1","wrap_ttl":0,"headers":{}},"response":{"data":{"error":"hmac-sha256:<redacted>"}},"error":"1 error occurred:\n\n* unsupported path"}

@Caiyeon
Copy link
Owner

Caiyeon commented Oct 26, 2017

Indeed, goldfish currently assumes every login path is default. The code structure should make it easy to add a list of login methods in goldfish runtime config (the secret inside vault), and then offer an option for users to choose which path they're logging into. Unfortunately I'm too busy to implement this at the moment.

@Caiyeon Caiyeon changed the title Support for non-standard LDAP paths Feature request: configurations for multiple login paths Oct 26, 2017
@Caiyeon Caiyeon added this to the 0.8.1 milestone Dec 15, 2017
@Caiyeon Caiyeon closed this as completed Jan 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants