Skip to content

Conversation

@rodneyosodo
Copy link

Description

Add support for encrypting and decrypting WASM layer media types and improve key provider handling during decryption.

New Features

  • Support encrypted WASM layer media type via a new spec constant and descriptor usage.

Tests:

  • Add an encryption/decryption round-trip test for WASM layer media types to validate the new support.

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
@stefanberger
Copy link
Collaborator

It looks like the 3 patches could be squashed into one.

Is this the current spec? https://github.com/solo-io/wasm-image-spec


isKeyprovider := strings.HasPrefix(scheme, keyProviderSchemePrefix)
if isKeyprovider {
keyproviderTried = true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was actually 'tried'?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to be a fix to existing code? If so, you should send a commit description stating what was fixed. I am not sure from your patch descriptions how this relates to WASM, though.

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.

2 participants