Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kube crate to version v0.71.0 and policy-evaluator to v0.2.18. #231

Merged
merged 1 commit into from Apr 14, 2022

Conversation

jvanz
Copy link
Member

@jvanz jvanz commented Apr 13, 2022

The kube crate version v0.70.0 added support for ECDSA algorithm. Which is necessary to fix a certificate issue when trying to run PolicyServer in K3D and Minikube cluster. This commit updates the crate version to fix the issue.

Fix #136
Depends on kubewarden/policy-evaluator#114

Test

# start a k3d/minikube cluster
# workaroud the IP issue as described at https://github.com/kubewarden/policy-server/issues/136#issuecomment-1013092030
# in the policy server repository run:
cargo run --release -- --policies policies.yml --workers 2

@jvanz jvanz requested a review from a team as a code owner April 13, 2022 20:58
@jvanz jvanz self-assigned this Apr 13, 2022
@jvanz jvanz requested a review from viccuad April 14, 2022 12:54
@jvanz jvanz changed the title Update kube crate to version v0.70.0. Update kube crate to version v0.71.0 and policy-evaluator to v0.2.18. Apr 14, 2022
The kube crate version v0.71.0 added support for ECDSA algorithm. Which
is necessary to fix a certificate issue when trying to run PolicyServer
in K3D and Minikube cluster. This commit updates the crate version to
fix the issue.
Copy link
Member

@viccuad viccuad left a comment

Choose a reason for hiding this comment

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

LGTM! :)

@jvanz jvanz merged commit 5ce0dce into kubewarden:main Apr 14, 2022
@jvanz jvanz deleted the fix-cert-issue branch April 14, 2022 14:29
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.

Context aware policies are not working with rusttls
2 participants