The new grpc matches is missing from `oathkeeper-m...
# talk-oathkeeper
t
The new grpc matches is missing from
oathkeeper-maester
and so can't be used with the Kubernetes controller. Are there any plans to support them soon? If not, we could look at opening a PR for it
Copy code
type MatchGRPC struct {
	Authority  string `json:"authority"`
	FullMethod string `json:"full_method"`
}
Copy code
unknown field "authority"
unknown field "full_method" 
in sh.ory.oathkeeper.v1alpha1.Rule.spec.match
m
AFAIK no immediate plans, @worried-kitchen-94392 probably knows more. But always open to contributions 🙌
w
Hi there! The controllers are sadly behind the main apps as we don’t have enough hands to man them properly 😞 Any contribution is welcome, as I can review/release them when needed
t
Thanks team! If time allows I'll put together a PR for this