Registry / auth-security / akeyless-cloud-id

akeyless-cloud-id

JSON →
library0.3.1pypypi✓ verified 84d ago

Python library for retrieving cloud provider identity tokens (AWS, GCP, Azure) for use with AKEYLESS authentication. Version 0.3.1 is the latest, with low release cadence.

pip install akeyless-cloud-id
INSTALL
IMPORT
SIG · AKEYLESS-CLOUD-ID
A
akeyless-cloud-id
auth-securitypythonv0.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CloudId
from akeyless_cloud_id import CloudId
from akeyless_cloud_id.cloud_id import CloudId
Old import path

Initialize and retrieve a cloud identity token (e.g., AWS).

from akeyless_cloud_id import CloudId cloud_id = CloudId() token = cloud_id.get_cloud_id('aws') print(token)
Debug
Known issues
breakingImport path changed from akeyless_cloud_id.cloud_id to akeyless_cloud_id in version 0.2.0
fix
Use 'from akeyless_cloud_id import CloudId'
affects: < 0.2.0
gotchaget_cloud_id() returns a string, not an object; expects valid provider names: 'aws', 'gcp', 'azure'
fix
Ensure provider string is lowercase and correct; check supported values in docs.
affects: all
deprecatedThe function 'get_cloud_id' may be deprecated in future; check for new API
fix
Monitor release notes for changes.
affects: >=0.3.0
Errors
Common errors & fixes
ImportError: cannot import name 'CloudId' from 'akeyless_cloud_id'
Using wrong import path or older version where symbol didn't exist
fix
Install latest version: pip install --upgrade akeyless-cloud-id and use 'from akeyless_cloud_id import CloudId'
akeyless_cloud_id.exceptions.AkeylessCloudIdError: Unknown provider: 'aws2'
Invalid provider string passed to get_cloud_id()
fix
Use one of: 'aws', 'gcp', 'azure' (lowercase)
Upgrade
Version history
0.3.1latest on PyPI · released Feb 16, 2026
Audit
Dependencies
akeyless-cloud-idoptionalProvides cloud identity retrieval functionality
Agent activity
56 hits · last 30 days
node
46
Perplexity
1
OpenAI (training)
1
Resources
akeyless-cloud-id — pip install akeyless-cloud-id · libregistry