-
Notifications
You must be signed in to change notification settings - Fork 361
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 Service Connection instead of SAS for source index stage 1 upload #14750
Use Service Connection instead of SAS for source index stage 1 upload #14750
Conversation
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/arcade/actions/runs/9079639796 |
@directhex backporting to release/8.0 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: SAS-free upload of stage 1 source index data
Using index info to reconstruct a base tree...
M .vault-config/product-builds-netsourceindexvault.yaml
A eng/common/core-templates/job/source-index-stage1.yml
Falling back to patching base and 3-way merge...
Auto-merging eng/common/templates-official/job/source-index-stage1.yml
CONFLICT (content): Merge conflict in eng/common/templates-official/job/source-index-stage1.yml
CONFLICT (modify/delete): .vault-config/product-builds-netsourceindexvault.yaml deleted in SAS-free upload of stage 1 source index data and modified in HEAD. Version HEAD of .vault-config/product-builds-netsourceindexvault.yaml left in tree.
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 SAS-free upload of stage 1 source index data
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
@directhex an error occurred while backporting to release/8.0, please check the run log for details! Error: git am failed, most likely due to a merge conflict. |
…dotnet#14766) Manual backport of dotnet#14750 to release/8.0 Needed for Spring Grove. The only repo using Arcade 8.0 but publishing to Source Index is maintenance-packages.
…dotnet#14766) Manual backport of dotnet#14750 to release/8.0 Needed for Spring Grove. The only repo using Arcade 8.0 but publishing to Source Index is maintenance-packages.
This PR replaces our use of a SAS in a keyvault with a service connection. It is needed for Safe Secrets compliance.
Following arcade updates, this will cause the following repos to need the new service connection to be approved:
workload-versions Disable source indexing. This repo has no source to index. workload-versions#117Private run: https://dev.azure.com/dnceng/internal/_build/results?buildId=2443766&view=results