Skip to content

Commit

Permalink
disable view access perm (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Apr 10, 2024
1 parent 87225b9 commit ec89e9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/datahub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ description: A Helm chart for LinkedIn DataHub
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.4.5
version: 0.4.6
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.13.1
dependencies:
- name: datahub-gms
version: 0.2.165
version: 0.2.166
repository: file://./subcharts/datahub-gms
condition: datahub-gms.enabled
- name: datahub-frontend
Expand Down
2 changes: 1 addition & 1 deletion charts/datahub/subcharts/datahub-gms/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: A Helm chart for LinkedIn DataHub's datahub-gms component
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.2.165
version: 0.2.166
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: v0.13.1
2 changes: 1 addition & 1 deletion charts/datahub/subcharts/datahub-gms/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ global:
view:
authorization:
# search/view authorization filters
enabled: true
enabled: false
# recommendation settings when search/view authorization is in effect
recommendations:
# whether to restrict Most Popular entities
Expand Down

0 comments on commit ec89e9a

Please sign in to comment.