fia-net/openstack-tempauth
Very basic support for tempauth authentication for swift using
http://github.com/rackspace/php-opencloud., (*1)
, (*2)
Requirements
- PHP >=5.4
- rackspace/php-opencloud >= 1.14
Installation
Install through Composer., (*3)
composer require fia-net/openstack-tempauth
How it works
A lightly customized OpenStack class and a TempAuth adapter imitate the
Keystone authentication. It may not be the best solution but it works
for us and does not imply modifying the php-opencloud source tree., (*4)
Usage Example
Just instantiate the \Fianet\OpenStack\OpenStack class instead of
\OpenCloud\OpenStack., (*5)
See the file example/usage.php file., (*6)
Support
This package is provided "as-is" and comes with no warranty and no
support of any kind. It is not considered as production-ready., (*7)