Skip to content

Support ed25519 keys for plugin signing #2448

@tmccombs

Description

@tmccombs

Introduction

The openpgp go package has been deprecated since 2021.

And it doesn't support ed25519 keys.

I ran into this because I followed the directions for creating a ruleset, but used an ed25519 key to sign it, and then tflint couldn't check the signature.

Proposal

Do one of the following:

  1. Stabilize "keyless verification", and promote using that.
  2. Replace the PGP signature method with another signature method (posibly using ed25519 directly)
  3. Use a different PGP library that is actually maintained.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions