Skip to content

Commit

Permalink
chore: add road map (#218)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored Nov 11, 2024
1 parent 550eae9 commit c29f28f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 0 additions & 1 deletion .manifests/policies/demo-policy.example.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ spec:
.Denied(401)
.WithBody("Authentication Failed")
.Response()
.WithMetadata(variables.metadata)
: null
# if force_authorized -> 200
- expression: >
Expand Down
17 changes: 17 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 🗺️ RoadMap

## 🚀 Version 0.1.0

- **Achieve a Stable API:**
- Focus on developing and finalizing a stable API, ensuring robustness, maintainability and reliability.

## 🌟 Version 0.2.0

- **Validation WebHook:**
- Support policy validation with a validation webhook to detect semantic errors at admission time.

- **Match conditions:**
- Add match conditions support to policies.

- **Improve observability:**
- Add better logs, metrics and traces in the code base.

0 comments on commit c29f28f

Please sign in to comment.