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 roadmap.md - 1st draft #62

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 39 additions & 9 deletions roadmap.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,54 @@
Use this template for writing roadmaps for releases
This document is intended to describe high-level plans for the Cel Playground project and is neither comprehensive nor prescriptive.

# Release 1.X roadmap
# Release 1.X CEL Playground roadmap

## Planned Features

### Feature Y
### Support for Custom Resource Validation Expressions

Short description
Implement support for defining custom validation expressions for Kubernetes Custom Resource Definitions (CRDs). This feature will enhance validation capabilities for custom resources.

Owners
Owners:

- Link to design proposal
- Link to issue
- [Link to issue](https://github.com/undistro/cel-playground/issues/41)

### Feature Z
### Support for WebHook Match Conditions Expressions

Short description
Enable users to define webhook match conditions expressions for validating and mutating webhook configurations. This feature will enhance the flexibility of webhook configurations

Owners:

- Link to design proposal
- [Link to issue](https://github.com/undistro/cel-playground/issues/41)

### Support for Validating Admission Policy

Implement support for defining a validating admission policy for Kubernetes API requests. This feature will allow users to test and enforce custom validation rules

Owners:

- Link to design proposal
- [Link to issue](https://github.com/undistro/cel-playground/issues/41)

### Support for Authentication Configuration Claim Mappings

Add support for configuring authentication claim mappings in the Kubernetes API server configuration. This feature will enhance authentication configuration options.

Owners:

- Link to design proposal
- [Link to issue](https://github.com/undistro/cel-playground/issues/41)

### Support for Authorization Configuration

Implement authorization configuration options to define access control policies for Kubernetes resources. This feature will enhance security and access control capabilities.

Owners:

- Link to design proposal
- Link to issue
- [Link to issue](https://github.com/undistro/cel-playground/issues/41)


## Planned Technical Debt Cleanup

Expand Down