-
Notifications
You must be signed in to change notification settings - Fork 71
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
[RFE] Integration with Identity provider (FreeIPA) #2
Comments
The approach should be like this :
|
Since FreeIPA has no property to define "ssh port" for every host , I will relay on a "single" config value to define "ssh port" for all hosts . |
Just a POC
|
testing this seems like paramiko is not supporting kerberos using latest gssapi per paramiko/paramiko#584 so I moved strategy a bit to use FreeIPA centralized ssh keys , and it worked fine so far , need some polishing to the code , one gotcha to take in consideration though, aker-gateway server(s) listed in the user ssh allowed hosts, maybe we can remove them via aker config ? |
@anazmy hi there. when run the POC with latest 4.6.0 ipalib. get this: Traceback (most recent call last): it seems the ipalib's bug... any suggestions? thx. |
@leochan007 it's not clear what you're trying to do, also I didn't test ipa 4.6 yet. Can you please report a new issue here with exact details of your setup and debug logging as well if possible. |
@anazmy 4.5.0 is Ok. i mean the client side. |
Relaying on local config file to populate users , their privileges etc.. wont work for big scale environments.
Aker needs to integrate with a central Identity provider - for starters FreeIPA - to :
The text was updated successfully, but these errors were encountered: