swftp
swftp copied to clipboard
How to auth with Keystone?
Hi,
I am using Keystone as auth mechanism for my Swift deployment, is there anyway to use tokens / keystone usernames / passwords with swftp?
Best Regards,
Rob
After inspecting the code I suspect not, I could be tempted to create some new auth class to allow Keystone auth, any thoughts?
I guess this project is dead, I will need to evaluate whether to fork this and add Keystone support / if its easier just to write a new wrapper using Twisted's FTP server.
You'd just need to change the authenticate
and after_authenticate
methods in swftp/swift.py i did just that and might upstream it soon