File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
157set -eu
168
You can’t perform that action at this time.
0 commit comments