[ 
https://issues.apache.org/jira/browse/MGPG-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17823231#comment-17823231
 ] 

ASF GitHub Bot commented on MGPG-105:
-------------------------------------

cstamas opened a new pull request, #74:
URL: https://github.com/apache/maven-gpg-plugin/pull/74

   Introduce a "bestPractice" configuration boolean.
   By default, plugin enforces best practice (= true), and will refuse to 
operate if best practices violated.
   
   Still, user can explicitly configure value "false", when plugin re-gains 
"old way" (unsecure) of secret configuratuion, but plugin will warn.
   
   ---
   
   https://issues.apache.org/jira/browse/MGPG-105




> Stop propagating bad practices
> ------------------------------
>
>                 Key: MGPG-105
>                 URL: https://issues.apache.org/jira/browse/MGPG-105
>             Project: Maven GPG Plugin
>          Issue Type: Task
>            Reporter: Tamas Cservenak
>            Assignee: Tamas Cservenak
>            Priority: Major
>             Fix For: 3.2.0
>
>
> Storing any kind of "password-like" things on disk in files is bad (and no, 
> SecDispatcher IS a joke).
> Passphrase should be acquired only by two means:
>  * using gpg-agent (when on workstation locally)
>  * using env variables (when on CI where they are set up as "secrets")
> Plugin should in fact FAIL to warn user about presence of any secrets in 
> settings/properties/projects. That is wrong way.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to