opsmill / infrahub

Infrahub - A new approach to Infrastructure Management
https://opsmill.com/
GNU Affero General Public License v3.0
181 stars 7 forks source link

feature: external authentication integration #1568

Open ryanmerolle opened 9 months ago

ryanmerolle commented 9 months ago

Component

API Server / GraphQL

Describe the Feature Request

I know it’s super early and not part of an mvp release, but it would be nice to have external auth integration with a provider like ldap, etc

Describe the Use Case

No response

Additional Information

No response

ogenstad commented 9 months ago

We will have something like this for sure. Not certain about what the priority would be if Oauth2 would be the first or if LDAP would be more useful, or if Radius would be a better first option.

Are you specifically interested in LDAP or just an external authentication provider in general?

ryanmerolle commented 4 months ago

Oauth of some sort is likely more useful for most people.

LDAP feels like the easiest to implement and test. It’s also the minimum auth people would be happy to start with.

Raduis and TACACS seem super silly for a web app/api like this.