intelops / genval

Simplifies configuration management for a wide range of tools, including Dockerfile, Kubernetes manifests, and other infrastructure files.
Apache License 2.0
6 stars 5 forks source link

Add a command to verify the signatures from a list of trusted sources #145

Open santoshkal opened 1 month ago

santoshkal commented 1 month ago

Add a new verifier(?) command that validates artifact signatures by checking the issuer and subject fields in the signature. The command should allow interacting with artifacts only if they are signed by trusted sources. The users may define the trusted sources in a list or object format. If an artifact is not signed by a entity in the users trusted source list, it should be denied.

santoshkal commented 1 month ago

@devopstoday11 PTAL