osbuild-worker: add support for mtls dnf repo secrets

This commit is contained in:
Sanne Raymaekers 2024-03-22 13:40:05 +01:00
parent dfed9114ff
commit 53f77368fd
5 changed files with 102 additions and 15 deletions

View file

@ -43,6 +43,7 @@ const (
ErrorRemoteFileResolution ClientErrorCode = 36
ErrorJobPanicked ClientErrorCode = 37
ErrorGeneratingSignedURL ClientErrorCode = 38
ErrorInvalidRepositoryURL ClientErrorCode = 39
)
type ClientErrorCode int