Archi Forum

Archi Plug-ins => coArchi => Topic started by: David Skarka on March 25, 2020, 11:02:45 AM

Title: Collaboration Plugin - Signing Commits Issue
Post by: David Skarka on March 25, 2020, 11:02:45 AM
Hi all.
In our organization, we are using on-premise BitBucket for management GIT repositories. There is a corporate policy to sign every commit by GPG key.
So my .gitconfig file looks like this:
[user]
name = NAME
email = EMAIL
signingkey = GPG_KEY
[commit]
gpgsign = true


Outside Archi, commit is signed without any issue.
In Archi, there is an error message: "There was an error: missing credentials provider" - see the image in the attachment. Commit fails.

Is there a way how to enable this commit GPG signing feature in Archi?

In the attachment also error log is provided.

Many thanks

David

Title: Re: Collaboration Plugin - Signing Commits Issue
Post by: Phil Beauvoir on March 25, 2020, 11:09:07 AM
GPG Signing is not implemented in coArchi.

Please read this issue - https://github.com/archimatetool/archi-modelrepository-plugin/issues/114
Title: Re: Collaboration Plugin - Signing Commits Issue
Post by: David Skarka on March 25, 2020, 13:48:18 PM
Thank you. So I will ask for an exception from company standards :-)