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

Use name instead of ID as a ref for sec files. #591

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aklakina
Copy link

@aklakina aklakina commented Mar 26, 2024

This PR is supposed to fix the following issue: microsoft/azure-pipelines-tasks#6885

In the classic pipelines the secure file reference was stored by the GUID of the secure file which was generated upon upload. The flaw in this design was that the secure file has no option to update it's content.

When for example a config file has to be changed because of infrastructural changes then every classic pipeline using that secure file breaks because the newly uploaded secure file has a different GUID.

In the context of yaml pipelines this does not cause any issue because we store the secure file by name.

@aklakina aklakina requested review from a team as code owners March 26, 2024 11:00
@aklakina
Copy link
Author

This pull request is strongly related to the following one: microsoft/azure-pipelines-tasks-common-packages#307

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

Successfully merging this pull request may close these issues.

None yet

1 participant