Poetry - Private packages
Adding credentials with environment variables
[[tool.poetry.source]]
name = "artifact"
url = "https://repo-1234567890.d.codeartifact.eu-west-1.amazonaws.com/pypi/poetry/simple/"Adding credentials for GCP Artifact Registry
1. Create a Service Account

Assigning the "Artifact Registry Reader" role to a service account in a Google Cloud project.
2. Create a Key for the Service Account
3. Configuration in Aikido

Configure private registry access for multiple package managers, including Poetry, using an account key.
Last updated
Was this helpful?