Skip to content

Commit 161efee

Browse files
authored
docs(view authorization): document view authorization in application.yaml
1 parent ebd3a50 commit 161efee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metadata-service/configuration/src/main/resources/application.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ authorization:
5757
# Enables authorization of reads, writes, and deletes on REST APIs.
5858
restApiAuthorization: ${REST_API_AUTHORIZATION_ENABLED:true}
5959
view:
60+
# Controls whether entity pages can limit access based on policies. If disabled, all entity pages are visible. Does not control if entities show up in search or browse.
6061
enabled: ${VIEW_AUTHORIZATION_ENABLED:false}
6162
recommendations:
6263
# Currently limited to the actor only, see TODO: DataHubAuthorizer

0 commit comments

Comments
 (0)