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

Use CEL expressions instead of validating webhooks. #270

Open
Danil-Grigorev opened this issue Feb 21, 2024 · 1 comment
Open

Use CEL expressions instead of validating webhooks. #270

Danil-Grigorev opened this issue Feb 21, 2024 · 1 comment
Labels
help wanted Extra attention is needed triage/accepted Indicates an issue or PR is ready to be actively worked on.
Milestone

Comments

@Danil-Grigorev
Copy link
Contributor

CAPRKE2 provider uses validation webhooks to ensure API fields are valid. Webhooks are less versatile than CEL expression validation within API server, and the code can’t be directly reused when the API structure is embedded or reused.

Current set of validation rules could be transferred there without changes.

Copy link

This issue is stale because it has been open 90 days with no activity.

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label May 22, 2024
@alexander-demicev alexander-demicev added this to the v0.4.0 milestone May 31, 2024
@alexander-demicev alexander-demicev added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels May 31, 2024
@furkatgofurov7 furkatgofurov7 added the help wanted Extra attention is needed label Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
Development

No branches or pull requests

3 participants