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

[azdo pipelines] Remove setting credential as secret #3099

Closed
vhvb1989 opened this issue Dec 9, 2023 · 1 comment
Closed

[azdo pipelines] Remove setting credential as secret #3099

vhvb1989 opened this issue Dec 9, 2023 · 1 comment
Labels
azdo Azure DevOps pipelines

Comments

@vhvb1989
Copy link
Member

vhvb1989 commented Dec 9, 2023

On this PR: #2667
The AZURE_CREDENTIALS was added to the pipeline config flow for AZDO.

This made it possible to remove the az dependency, but it became not idiomatic for azdo, as azdo uses a service-connection instead of secrets with auth credentials.

pipeline config is still creating a service-connection, so, this issue is about removing the AZURE CREDENTIALS secret, which depends on the work from #3093, where there's an azd-step to use a service connection directly.

The plan is, once we have the step, we would get rid of the secret and use service-connection only for Azdo (as before), but without depedning on az

@vhvb1989 vhvb1989 added azdo Azure DevOps pipelines labels Dec 9, 2023
@vhvb1989
Copy link
Member Author

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

No branches or pull requests

1 participant