fia-net / openstack-tempauth
tempauth authentication for Openstack Swift on top of rackspace/php-opencloud.
Installs: 4 648
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.4
- rackspace/php-opencloud: ^1.14
This package is auto-updated.
Last update: 2024-11-15 22:41:40 UTC
README
Very basic support for tempauth authentication for swift using http://github.com/rackspace/php-opencloud.
Requirements
- PHP >=5.4
- rackspace/php-opencloud >= 1.14
Installation
Install through Composer.
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.
Usage Example
Just instantiate the \Fianet\OpenStack\OpenStack class instead of \OpenCloud\OpenStack.
See the file example/usage.php file.
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.