Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support AWS CodeCommit through Teleport Application Access #41194

Open
webvictim opened this issue May 3, 2024 · 0 comments
Open

Support AWS CodeCommit through Teleport Application Access #41194

webvictim opened this issue May 3, 2024 · 0 comments
Labels
application-access bug c-sle Internal Customer Reference feature-request Used for new features in Teleport, improvements to current should be #enhancements

Comments

@webvictim
Copy link
Contributor

What would you like Teleport to do?

Support AWS CodeCommit authentication. This is 50% a feature request, 50% a bug.

https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-https-unixes.html

This doesn't currently work with tsh aws codecommit credential-helper get because the AWS_ACCESS_KEY_ID appears to be used as the username, and Teleport substitutes the usual value beginning ASIA.../AKIA... with a UUID.

AWS SSO version:

echo -e "protocol=https\npath=/v1/repos/my-repo-name\nhost=git-codecommit.us-west-2.amazonaws.com" | aws codecommit credential-helper get
username=ASIARKYN4QXVSI2Q3DPJ%IQoJb3JpZ2luX2Vj...
password=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Teleport version:

echo -e "protocol=https\npath=/v1/repos/my-repo-name\nhost=git-codecommit.us-west-2.amazonaws.com" | tsh aws codecommit credential-helper get
username=1222c088-8113-4b2a-8505-615d8c22467f
password=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

What problem does this solve?

Allows the use of AWS CodeCommit for end-users without requiring SSO or IAM setup.

If a workaround exists, please include it.

None currently known.

@webvictim webvictim added bug feature-request Used for new features in Teleport, improvements to current should be #enhancements application-access c-sle Internal Customer Reference labels May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application-access bug c-sle Internal Customer Reference feature-request Used for new features in Teleport, improvements to current should be #enhancements
Projects
None yet
Development

No branches or pull requests

1 participant