Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MGPG-105] Stop propagating bad practices #71

Merged
merged 5 commits into from
Mar 3, 2024
Merged

Conversation

cstamas
Copy link
Member

@cstamas cstamas commented Mar 3, 2024

Storing any kind of "secret" on disk is bad.

This change makes passphrase possible to come in two ways:

  • if interactive, via gpg-agent (as before)
  • if non-interactive, via Env variable

Plugin from now on FAILS, if there is any kind of "secret" attempted to be configured in any other way that those two above.


https://issues.apache.org/jira/browse/MGPG-105

Storing any kind of "secret" on disk is bad.

This change makes passphrase possible to come in two ways:
* if interactive, via gpg-agent (as before)
* if non-interactive, via Env variable

Plugin from now on FAILS, if there is any kinf of "secret"
attempted to be configured in any other way that those two
above.

---

https://issues.apache.org/jira/browse/MGPG-105
@cstamas cstamas self-assigned this Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant