Skip to content

Instantly share code, notes, and snippets.

@hankehly
Created September 15, 2022 00:14
Show Gist options
  • Save hankehly/b0fd1157867062c3e28204d2838d3a5c to your computer and use it in GitHub Desktop.
Save hankehly/b0fd1157867062c3e28204d2838d3a5c to your computer and use it in GitHub Desktop.
Blog Article Snippets - How to share private code without exposing it to the world
export CODEARTIFACT_AUTH_TOKEN=`aws codeartifact get-authorization-token --domain <my_domain> --query authorizationToken --output text`
export CODEARTIFACT_USER=aws
poetry config http-basic.test123 $CODEARTIFACT_USER $CODEARTIFACT_AUTH_TOKEN
poetry install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment