Openstack client middleware for authenticating with s11
Project description
openstack-s11-auth
install
pip install openstack-s11auth
OR
brew install openstackclient
python3 -m pip --python /opt/homebrew/Cellar/openstackclient/$(brew info openstackclient --json | jq -r '.[].linked_keg')/libexec/bin/python install openstack-s11auth
OR
git clone $REPO && cd $REPO
pip install -e .
usage
export OS_AUTH_URL="https://$KEYSTONE:5000/v3/"
export OS_AUTH_TYPE="v3s11"
openstack project list
Use --os-redirect-port 8181 to change the port of the local redirect server in case it's occupied already.
Helper: Differently scoped tokens on password auth
# project-scoped
openstack --os-auth-type "password" --os-username "admin" --os-project-name "myproject" --os-project-domain-id "default" --os-user-domain-id "default" --os-auth-url "http://localhost:8001/v3" project set --description "foobar" myproject
# domain-scoped
openstack --os-auth-type "password" --os-username "admin" --os-domain-id "default" --os-user-domain-id "default" --os-auth-url "http://localhost:8001/v3" project set --description "foobar" myproject
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openstack_s11auth-1.0.3-py3-none-any.whl.
File metadata
- Download URL: openstack_s11auth-1.0.3-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7eee0f2aac7ad80c4f89858072d530b5709e288a7c21035e4801aa2d2a2d9dcd
|
|
| MD5 |
f0835f9dd2a0aaf016b59f46873b2534
|
|
| BLAKE2b-256 |
2ee8aa8edab50b83fe113d18175231a1dc62ee7b7a795305adfb56f1ab945a04
|