Skip to content

Commit ed9ca18

Browse files
committed
chore(snap): simplify install hook comment
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
1 parent 62dd5ed commit ed9ca18

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

‎snap/hooks/install‎

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@
22
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44

5-
# Bootstrap the snap gateway config. Operator-owned configs are never touched,
6-
# except that the exact config written by earlier snap revisions, which allowed
7-
# unauthenticated local access, is replaced with the default. The post-refresh
8-
# hook runs this script too so existing installs are migrated.
9-
#
10-
# The default pins the Docker driver and leaves user auth unset: with the
11-
# wrapper's local TLS bundle, the gateway requires client certificates and
12-
# enables mTLS user auth automatically. Setting mtls_auth explicitly would fail
13-
# config preflight, which runs before the local TLS defaults are applied.
5+
# Ensure the gateway is secured by default with mTLS.
146

157
set -eu
168

0 commit comments

Comments
 (0)