
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
.. image:: https://travis-ci.org/rackerlabs/python-rackspace-auth.svg :target: https://travis-ci.org/rackerlabs/python-rackspace-auth
This package provides plugins to
keystoneauth1 <https://pypi.python.org/pypi/keystoneauth1/>
_,
the OpenStack Keystone authentication library, for Rackspace's supported
authentication methods: API key, password, and token.
The following example authenticates Mayor McCheese with his API key,
as found in his control panel <https://mycloud.rackspace.com/>
_. ::
from rackspaceauth import v2
from keystoneauth1 import session
auth = v2.APIKey(username="Mayor McCheese",
api_key="OMGCHEESEISGREAT")
sess = session.Session(auth=auth)
sess.get_token()
To use in a
clouds.yaml <https://docs.openstack.org/developer/os-client-config/#config-files>
_
file, for use with shade, ansible, os-client-config, and other tools, one might
add a section like this::
clouds:
rackspace-iad
profile: rackspace
auth:
username: mayor-mccheese
api_key: OMGCHEESEISGREAT
auth_type: rackspace_apikey
region_name: IAD
FAQs
keystoneauth plugin for Rackspace's authentication service
We found that rackspaceauth demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.