postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.84k stars 839 forks source link

Allow signing git commits made when syncing with repository #10483

Open LelouBil opened 2 years ago

LelouBil commented 2 years ago

Is there an existing request for this feature?

Is your feature request related to a problem?

I have a GPG Key set up in my github account and my local git is configured to always sign my commits using my key, however after setting up the GitHub integration inside Postman, when syncing happens I am not prompted for my key password and a commit is made and pushed without being signed.

Describe the solution you'd like

The "commit and push" button inside postman should honor the git configuration and sign the commit if git is configured to do so already.

Describe alternatives you've considered

Manually commiting changes.

Additional context

No response

shashankawasthi88 commented 2 years ago

Hi, @LelouBil thanks for raising the request. We shall look into this.