Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 97f0725

Browse files
authored
[Repository Signing] Enable the extraction of repository signatures (#512)
Updates the Process Signature's configuration so that it saves repository signatures to the database. This MUST be deployed after the Orchestrator's test mode of repository signing has been deployed (see [this](https://nuget.visualstudio.com/NuGetMicrosoft/_git/NuGetDeployment/pullrequest/549?_a=overview))
1 parent 86a17d4 commit 97f0725

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Validation.PackageSigning.ProcessSignature/Settings/dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"cf6ce6768ef858a3a667be1af8aa524d386c7f59a34542713f5dfb0d79acf3dd"
2424
],
2525
"V3ServiceIndexUrl": "https://apidev.nugettest.org/v3/index.json",
26-
"CommitRepositorySignatures": false
26+
"CommitRepositorySignatures": true
2727
},
2828

2929
"PackageDownloadTimeout": "00:10:00",

src/Validation.PackageSigning.ProcessSignature/Settings/int.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"cf6ce6768ef858a3a667be1af8aa524d386c7f59a34542713f5dfb0d79acf3dd"
2424
],
2525
"V3ServiceIndexUrl": "https://apiint.nugettest.org/v3/index.json",
26-
"CommitRepositorySignatures": false
26+
"CommitRepositorySignatures": true
2727
},
2828

2929
"PackageDownloadTimeout": "00:10:00",

src/Validation.PackageSigning.ProcessSignature/Settings/prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"0e5f38f57dc1bcc806d8494f4f90fbcedd988b46760709cbeec6f4219aa6157d"
2424
],
2525
"V3ServiceIndexUrl": "https://api.nuget.org/v3/index.json",
26-
"CommitRepositorySignatures": false
26+
"CommitRepositorySignatures": true
2727
},
2828

2929
"PackageDownloadTimeout": "00:10:00",

0 commit comments

Comments
 (0)