We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 240305a + 3ffd764 commit 3427db5Copy full SHA for 3427db5
build/package/helm/gateway/files/policies/policies.rego
@@ -6,11 +6,11 @@ default authorized = false
6
7
# list of allowed paths for any user
8
allowed_paths := [
9
- "/gateway.Gateway/",
10
- "/domain.Cluster/GetAll/",
11
- "/domain.Cluster/GetByName/",
12
- "/gateway.ClusterAuth/GetAuthToken/",
13
- "/domain.CommandHandlerExtensions/",
+ "/gateway.Gateway",
+ "/domain.Cluster/GetAll",
+ "/domain.Cluster/GetByName",
+ "/gateway.ClusterAuth/GetAuthToken",
+ "/domain.CommandHandlerExtensions",
14
"/common.ServiceInformationService/GetServiceInformation",
15
"/domain.Cluster/GetByName",
16
]
0 commit comments