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

Authenticate to AzureDevOps Git Repositories using managed identities #155

Open
abangser opened this issue Jun 4, 2024 · 0 comments
Open

Comments

@abangser
Copy link
Member

abangser commented Jun 4, 2024

As of now, to authenticate with a git repository you are required to provide SSH or basic auth permissions. These tend to be long lived in nature and some users are interested in more just in time credentials such as managed identities in Azure.

This piece of work would depend on users providing the Kratix pod access to an identity with permissions to read/write to the ADO repo, and from there Kratix would manage generating a token and authenticating all actions using that identity.

Similar work was done to support S3 Buckets via AWS IAM permissions here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant