Skip to content

Commit

Permalink
Merge pull request #78 from HarrisonWAffel/csi-auth-check
Browse files Browse the repository at this point in the history
Default `csiAuthCheck` to true
  • Loading branch information
HarrisonWAffel authored Apr 18, 2024
2 parents 237e68d + 0bdb7d7 commit 0a91c2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/rancher-vsphere-csi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotations:
catalog.cattle.io/rancher-version: '>= 2.8.0-0'
catalog.cattle.io/release-name: vsphere-csi
apiVersion: v1
appVersion: 3.1.2-rancher3
appVersion: 3.1.2-rancher4
description: vSphere Cloud Storage Interface (CSI)
icon: https://charts.rancher.io/assets/logos/vsphere-csi.svg
keywords:
Expand All @@ -21,4 +21,4 @@ maintainers:
name: rancher-vsphere-csi
sources:
- https://github.com/kubernetes-sigs/vsphere-csi-driver
version: 3.1.2-rancher3
version: 3.1.2-rancher4
2 changes: 1 addition & 1 deletion charts/rancher-vsphere-csi/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ questions:
- variable: csiAuthCheck.enabled
label: Enable authorization checks on operations involving datastores
type: boolean
default: false
default: true
group: Driver Configuration

- variable: onlineVolumeExtend.enabled
Expand Down
2 changes: 1 addition & 1 deletion charts/rancher-vsphere-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ csiController:
csiMigration:
enabled: false
csiAuthCheck:
enabled: false
enabled: true
onlineVolumeExtend:
enabled: false
triggerCsiFullsync:
Expand Down

0 comments on commit 0a91c2f

Please sign in to comment.