Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm authored Sep 6, 2024
2 parents 164d3d6 + c6b798e commit f9891c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions ADOPTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ This list shows adopters of CEL-Playground. If you're using CEL Playground in an

## Adopters list (alphabetical)

* [CEL](https://cel.dev) - CEL team refers users to the CEL Playground by Undistro when community members ask for help getting started. This has proven to be a valuable support tool and an important tool in helping people learn how to wield the language.
* [Getup](https://getup.io) - Getup is the original author of CEL Playground, we use the playground with our customers to help them learn how to make use of CEL within Kubernetes
* [Ifood](https://www.ifood.com.br/) - Cel Playground helps me a lot in my CEL expression studies and is a valuable partner when it comes to important implementations in quick tests and immediate feedback, in addition to being able to simulate real scenarios. I love this tool.
* [Kubernetes](https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy) - CEL Playground is referenced within Kubernetes Validating Admission Policy to help users familiarize themselves with CEL before they try using it in their deployment.
* [Kubescape CEL Library](https://github.com/kubescape/cel-admission-library) - Kubescape project has a CEL-based validating admission policy library. This library implements the widely used Kubescape controls in CEL so users can use them as Kubernetes admission policies. Contributors are using CEL Playground to test and develop the controls in this library and it is a great tool to save time since we do not need to develop our own tooling.
* [LINUXtips](https://linuxtips.io) - LINUXtips effectively utilizes CEL Playground to support students in grasping the implementation of security policies using CEL. This valuable resource enables students to actively test and apply what they are learning in a practical way, helping them gain a deeper understanding of real-world applications.
* [Lucas Käldström](https://github.com/luxas) - CEL playground helps me debug my CEL expressions for usage with Kubernetes; I've used it for e.g. Kubernetes' structured authentication/authorization configuration and ValidatingAdmissionPolicy. I like the simplicity and the fact I can use it directly from the browser.
* [Red Hat OpenShift](https://www.redhat.com/en/technologies/cloud-computing/openshift) - Our API review team uses CEL Playground to demonstrate how various expressions function and direct developers at it for them to do the same. It's a good vehicle for communicating how particular techniques work.
* [Weni](https://weni.ai/) - The CEL Playground has been instrumental in refining our skills in CEL expressions. It’s a powerful, user-friendly tool, making it a valuable resource for anyone working with CEL.
5 changes: 0 additions & 5 deletions roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Implement support for defining custom validation expressions for Kubernetes Cust

Owners:

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

### Support for WebHook Match Conditions Expressions
Expand All @@ -19,7 +18,6 @@ Enable users to define webhook match conditions expressions for validating and m

Owners:

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

### Support for Validating Admission Policy
Expand All @@ -28,7 +26,6 @@ Owners:

Owners:

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

### Support for Authentication Configuration Claim Mappings
Expand All @@ -37,7 +34,6 @@ Add support for configuring authentication claim mappings in the Kubernetes API

Owners:

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

### Support for Authorization Configuration
Expand All @@ -46,7 +42,6 @@ Implement authorization configuration options to define access control policies

Owners:

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


Expand Down

0 comments on commit f9891c1

Please sign in to comment.