-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
breaking changeChanges behavior in a breaking manner.Changes behavior in a breaking manner.bugSomething is not working.Something is not working.help wantedWe are looking for help on this one.We are looking for help on this one.
Description
Describe the bug
There is an inconstancy within the CRD when defining upstream.strip_path.
The Ory Oathkeeper documentation, and some references within the CRD uses snake case strip_path , however the CRD expects this to be camel case stripPath.
Snake Case references:
Documentation
Rule_type_tests.go
Rule_json.go
Camel case reference
rule_types.go
Expected behavior
The CRD should ideally match that of the Ory documentation for a standard rule outside of the CRD, as snake case strip_path
Environment
CRD version: v1alpha1
I would contribute a PR for this, but aware that it'll be a breaking change for those who have already implemented as stripPath, so not sure how best to action this.
emalihin
Metadata
Metadata
Assignees
Labels
breaking changeChanges behavior in a breaking manner.Changes behavior in a breaking manner.bugSomething is not working.Something is not working.help wantedWe are looking for help on this one.We are looking for help on this one.