Akeyless authentication can be performed based on your cloud provider identity without any secrets, keys or passwords.
Authentication with cloud-id via CLI
- Extract your cloud-id token:
Please note that this should be executed on the cloud resource.
akeyless get-cloud-identity
- Authenticate to the Akeyless Vault with the cloud-id-token using:
akeyless auth --access-id p-XXXX --access-type azure_ad/aws_iam --cloud-id XXXXXXXXX
Python SDK - Authentication with cloud-id
https://pypi.org/project/akeyless-cloud-id/
Updated 5 months ago