Skip to content

Feature: plugin source verification #80

@FLimburg

Description

@FLimburg

Implement plugin source verification to avoid:
Error: plugin source does not support verification. Use --verify=false to skip verification

This needs a provenance (.prov) file, which can be created during package creation with the --sign flag.
helm plugin package --sign --key "<your key identifier>" --keyring ~/.gnupg/secring.gpg <yout chart></
and verify the plugin:
helm plugin verify <your chart>.tgz

But since we are using goreleaser at the moment:
https://goreleaser.com/ci/actions/#workflow
https://goreleaser.com/customization/sign/

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