aws-codeartifact Questions
4
I'm trying to publish artifacts to AWS CodeArtifact using sbt, but I'm having some troubles;
Given an sbt project, running the command sbt publish the package is uploaded to the repo but It remains...
Unscathed asked 31/10, 2020 at 10:17
5
Solved
I have some different projects in my local machine. Some of then uses AWS Codeartifact to download private dependencies in AWS Codeartifact, and others do not use. The projects that uses AWS Codear...
Berwickupontweed asked 6/2, 2021 at 14:59
1
AWS CodeArtifact, for example, authenticates with a token valid for 12 hours. A typical setup of maven with CodeArtifact is:
<servers>
<server>
<id>my-domain--my-repo</id>...
Cobby asked 29/8, 2020 at 12:57
2
I'm trying to utilize a private repo using AWS CodeArtifact. The instructions there mention executing a aws-cli npm login command. This login command grabs a token from AWS and places it in the use...
Derward asked 10/2, 2022 at 16:50
1
Solved
In AWS documentation is crystal clear how to delete a package version, ok.
But, how can I delete a package?
I've uploaded a package with a wrong name, I've deleted the only version of it, now I can...
Patina asked 2/12, 2021 at 19:44
4
Solved
I have an IAM user in account A with admin privileges and arn:aws:iam::aws:policy/AWSCodeArtifactReadOnlyAccess attached for good measure.
The iam user from account A has an arn of arn:aws:iam::***...
Kaolack asked 9/6, 2021 at 20:38
3
I'm trying to use Dependabot with AWS CodeArtifact and I keep getting authentication issues.
Dependabot can't authenticate to a private package registry
The following private package registry was ...
Granite asked 29/6, 2022 at 17:18
1
I find multiple answers for how to publish package using Python Poetry to CodeArtifact and this is quite simple. But now I try to add the published package poetry add sample-package and it does not...
Fleam asked 8/9, 2022 at 11:49
3
Solved
I created AWS CodeArtifact repository, obtained token with aws codeartifact get-authorization-token command, and set it correctly to .m2/settings.xml (my project is using maven as build tool & ...
Keilakeily asked 19/1, 2021 at 12:8
4
Solved
Trying to publish a Poetry package to AWS CodeArtifact. It supports pip which should indicate that it supports poetry as well since poetry can upload to PyPi servers.
I've configured the domain lik...
Pappas asked 16/12, 2020 at 21:59
2
Solved
I have a Dockerfile that does a pip install of a package from an AWS code artifact. The install requires an auth token, so my current approach is to generate the dynamic/secret repo url in a build ...
Fuliginous asked 21/7, 2021 at 12:39
1
Solved
I have an issue while trying to publish a java library (jar) to an AWS CodeArtifact Maven repository. I get HTTP Status code 401 (unauthorized) when I try to publish it. Which would indicate that I...
Mcghee asked 27/9, 2021 at 19:54
0
I need help with the configuration of the code artifact, whenever I try to deploy through maven it shows an error [WARNING] Failed to upload checksum maven-metadata.xml. But artifacts still get pub...
Southsouthwest asked 26/8, 2021 at 7:27
2
Solved
I am trying to do a pip install from codeartifact from within a dockerbuild in aws codebuild.
This article does not quite solve my problem: https://docs.aws.amazon.com/codeartifact/latest/ug/using-...
Airwoman asked 6/5, 2021 at 22:4
2
Solved
I run this commande in a package.json file (scripts > preinstall) or (scripts > prepare):
aws codeartifact login --tool npm --repository my-repo --domain my-domain --domain-owner <12345678...
Batman asked 5/3, 2021 at 10:56
2
Solved
I need a package repository for my companies Python packages. I've setup a AWS CodeArtifact repository and managed to publish&install my packages.
To enable pip to use this repository, AWS reco...
Jobey asked 19/2, 2021 at 14:27
0
We are using AWS CodeArtifact to store our maven dependencies. Also, the company I work for uses temporary access keys to access aws. To make a long story short, every hour you have to run a script...
Brill asked 5/2, 2021 at 7:32
1
© 2022 - 2024 — McMap. All rights reserved.