Skip to content

Commit

Permalink
Merge pull request #253 from bipuladh/fix-cve
Browse files Browse the repository at this point in the history
Remove auto-mount for default ServiceAccount token
  • Loading branch information
openshift-merge-bot[bot] authored Dec 20, 2024
2 parents 1d5f92b + df9218c commit 27b1b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ spec:
labels:
app.kubernetes.io/name: odf-multicluster-console
spec:
automountServiceAccountToken: false
containers:
- image: quay.io/ocs-dev/odf-multicluster-console:latest
name: odf-multicluster-console
Expand Down
1 change: 1 addition & 0 deletions config/console/console_init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
app.kubernetes.io/name: odf-multicluster-console
template:
spec:
automountServiceAccountToken: false
containers:
- name: odf-multicluster-console
image: odf-multicluster-console:latest
Expand Down

0 comments on commit 27b1b7c

Please sign in to comment.