kubewarden / cel-policy

A policy that can run CEL expressions
Apache License 2.0
3 stars 5 forks source link

feat: Add CEL kw.crypto.verifyCert() function #18

Closed viccuad closed 8 months ago

viccuad commented 8 months ago

Description

Relates to https://github.com/kubewarden/cel-policy/issues/8.

Depends on https://github.com/kubewarden/policy-sdk-go/pull/74.

Fix https://github.com/kubewarden/cel-policy/issues/15.

feat: Add CEL kw.crypto.verifyCert() function.

Test

CI

Additional Information

Tradeoff

Potential improvement

viccuad commented 8 months ago

Blocked, consuming https://github.com/kubewarden/policy-sdk-go/pull/74. Once there's a new SDK, It can move forward.

viccuad commented 8 months ago

Ready for review.