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-idNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize and retrieve a cloud identity token (e.g., AWS).
Use 'from akeyless_cloud_id import CloudId'
Ensure provider string is lowercase and correct; check supported values in docs.
Monitor release notes for changes.
Install latest version: pip install --upgrade akeyless-cloud-id and use 'from akeyless_cloud_id import CloudId'
Use one of: 'aws', 'gcp', 'azure' (lowercase)