-
|
At the moment its possible ti let flux accept only signed commits (see https://fluxcd.io/flux/components/source/gitrepositories/#verification) The examples are only mentioning GPG signed commits. Github and Gitlab also allow SSH signed commits. |
Beta Was this translation helpful? Give feedback.
Answered by
makkes
Aug 9, 2023
Replies: 1 comment 4 replies
-
|
go-git, the upstream library we use in Flux, doesn't support this, yet, but as soon as that issue is addressed, we will start incorporating it into Flux itself. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
dakky
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
go-git, the upstream library we use in Flux, doesn't support this, yet, but as soon as that issue is addressed, we will start incorporating it into Flux itself.