Skip to content

Commit

Permalink
Allow users query data (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
jastBytes authored Aug 16, 2022
1 parent f546859 commit 4c64ee0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/package/helm/gateway/files/policies/policies.rego
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ allowed_paths := [
"/domain.CommandHandlerExtensions",
"/common.ServiceInformationService/GetServiceInformation",
"/domain.ClusterAccess/GetClusterAccess",
"/domain.User",
"/domain.Tenant",
"/domain.Cluster",
]

scoped_paths := [{"scope": "WRITE_SCIM", "paths": [
Expand Down

0 comments on commit 4c64ee0

Please sign in to comment.