3
0

Fix improper ctx role resource list importing

This commit is contained in:
Tomaž Jerman
2021-09-29 14:27:17 +02:00
committed by Denis Arh
parent 5155310ca0
commit 9907a74a93
+1 -1
View File
@@ -30,7 +30,7 @@ type (
}
RoleContext struct {
Resource []string `json:"resourceTypes,omitempty"`
Resource []string `json:"resourceTypes,omitempty" yaml:"resourceType"`
Expr string `json:"expr,omitempty"`
}