Skip to content

mokemokechicken/embulk-encoder-pgp_encryption

Repository files navigation

Pgp Encryption encoder plugin for Embulk

Embulk encoder plugin to encrypt with PGP key.

Overview

  • Plugin type: encoder

Configuration

  • public_key_ring: KeyRing file path (string, required)
  • key_name: User ID sub-string of the public key like email (string, default: ""). If omitted, the first pubKey is used.

Example

out:
  type: file output plugin type
  encoders:
    - type: pgp_encryption
      public_key_ring: ./sample/pubring.gpg
      key_name: mokemokechicken@example.com

Build

$ ./gradlew gem  # -t to watch change of files and rebuild continuously

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published