osbuild-worker: add support for mtls dnf repo secrets
This commit is contained in:
parent
dfed9114ff
commit
53f77368fd
5 changed files with 102 additions and 15 deletions
|
|
@ -43,6 +43,7 @@ const (
|
|||
ErrorRemoteFileResolution ClientErrorCode = 36
|
||||
ErrorJobPanicked ClientErrorCode = 37
|
||||
ErrorGeneratingSignedURL ClientErrorCode = 38
|
||||
ErrorInvalidRepositoryURL ClientErrorCode = 39
|
||||
)
|
||||
|
||||
type ClientErrorCode int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue