You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank for your work. I've setup an openstack swift with keystone identity and kerberos. My usual workflow to access swift is an 3 step process.
call our identity service to get an access_token
call keystone with the access_token, to get a auth_token and storage_url
call swift api with the auth_token and storage_url
Using the lib, I just have to do step 1 and 2 and then provide AuthToken, StorageUrl and bypass authenticate call to get a working example.
It works fine
Is this intentional, or is it working by accident ?
I've done some small update to rclone to get it working too.
Hello,
Thank for your work. I've setup an openstack swift with keystone identity and kerberos. My usual workflow to access swift is an 3 step process.
Using the lib, I just have to do step 1 and 2 and then provide AuthToken, StorageUrl and bypass authenticate call to get a working example.
It works fine
Is this intentional, or is it working by accident ?
I've done some small update to rclone to get it working too.
working example.
The text was updated successfully, but these errors were encountered: