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 in GCP

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


Last updated
Was this helpful?