Open
Description
Dear Dev,
I am looking for a library that would allow me to upload files to Swift using this authorization backend, so that the password is not seen by the web app:
AUTHENTICATION_BACKENDS = ('openstack_auth.backend.KeystoneBackend',)
(source: http://django-openstack-auth.readthedocs.io/en/latest/installation.html#installation)
Unfortunately, I see that your library defines SWIFT_KEY/SWIFT_PASSWORD as a Required field.
The question is: can I use your library without specifying the password, so that it uses the django authentication backend that I set up?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels