AGWA / git-crypt

Transparent file encryption in git
https://www.agwa.name/projects/git-crypt/
GNU General Public License v3.0
8.1k stars 472 forks source link

Git crypted files in Jar dependency #252

Closed hennadiib closed 2 years ago

hennadiib commented 2 years ago

Hello Community,

I have more not an issue, but a question, and would appreciate help here :)

I have created and successfully crypted the config files in my git repo (Project 1). The build java artifact is published to nexus (a Jar file). For now, I would like to include it as a dependency on another project (Project 2) and run. The crypted files from Project 1 should be decrypted to allow application work.

What would be the proper setup in this situation?

Thanks in advance for your attention