Skip to content

Commit 0e90229

Browse files
sarthypartyKate Osborn
and
Kate Osborn
authored
Add guide for TLS Route in site (#2363)
Problem: No user-facing documentation for configuring TLS Passthrough Solution: Add a how-to guide for TLS Passthrough and update Gateway API compatibility doc Co-authored-by: Kate Osborn <[email protected]>
1 parent 16a9522 commit 0e90229

File tree

4 files changed

+278
-15
lines changed

4 files changed

+278
-15
lines changed
Lines changed: 231 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,231 @@
1+
---
2+
title: "TLS Passthrough"
3+
weight: 800
4+
toc: true
5+
docs: "DOCS-000"
6+
---
7+
8+
Learn how to use TLSRoutes to configure TLS Passthrough load-balancing with NGINX Gateway Fabric.
9+
10+
## Overview
11+
12+
In this guide, we will show how to configure TLS passthrough for your application, using a [TLSRoute](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1alpha2.TLSRoute).
13+
14+
## Before you begin
15+
16+
- [Install]({{< relref "installation/" >}}) NGINX Gateway Fabric.
17+
- Save the public IP address and port of NGINX Gateway Fabric into shell variables:
18+
19+
```text
20+
GW_IP=XXX.YYY.ZZZ.III
21+
GW_TLS_PORT=<port number>
22+
```
23+
24+
{{< note >}}In a production environment, you should have a DNS record for the external IP address that is exposed, and it should refer to the hostname that the Gateway will forward for.{{< /note >}}
25+
26+
## Set up
27+
28+
Create the `secure-app` application by copying and pasting the following block into your terminal:
29+
30+
```yaml
31+
kubectl apply -f - <<EOF
32+
apiVersion: apps/v1
33+
kind: Deployment
34+
metadata:
35+
name: secure-app
36+
spec:
37+
replicas: 1
38+
selector:
39+
matchLabels:
40+
app: secure-app
41+
template:
42+
metadata:
43+
labels:
44+
app: secure-app
45+
spec:
46+
containers:
47+
- name: secure-app
48+
image: nginxdemos/nginx-hello:plain-text
49+
ports:
50+
- containerPort: 8443
51+
volumeMounts:
52+
- name: secret
53+
mountPath: /etc/nginx/ssl
54+
readOnly: true
55+
- name: config-volume
56+
mountPath: /etc/nginx/conf.d
57+
volumes:
58+
- name: secret
59+
secret:
60+
secretName: app-tls-secret
61+
- name: config-volume
62+
configMap:
63+
name: secure-config
64+
---
65+
apiVersion: v1
66+
kind: Service
67+
metadata:
68+
name: secure-app
69+
spec:
70+
ports:
71+
- port: 8443
72+
targetPort: 8443
73+
protocol: TCP
74+
name: https
75+
selector:
76+
app: secure-app
77+
---
78+
apiVersion: v1
79+
kind: ConfigMap
80+
metadata:
81+
name: secure-config
82+
data:
83+
app.conf: |-
84+
server {
85+
listen 8443 ssl;
86+
listen [::]:8443 ssl;
87+
88+
server_name app.example.com;
89+
90+
ssl_certificate /etc/nginx/ssl/tls.crt;
91+
ssl_certificate_key /etc/nginx/ssl/tls.key;
92+
93+
default_type text/plain;
94+
95+
location / {
96+
return 200 "hello from pod \$hostname\n";
97+
}
98+
}
99+
---
100+
apiVersion: v1
101+
kind: Secret
102+
metadata:
103+
name: app-tls-secret
104+
data:
105+
tls.crt: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURGRENDQWZ3Q0NRQ3EzQWxhdnJiaWpqQU5CZ2txaGtpRzl3MEJBUXNGQURCTU1Rc3dDUVlEVlFRR0V3SlYKVXpFTE1Ba0dBMVVFQ0F3Q1EwRXhGakFVQmdOVkJBY01EVk5oYmlCR2NtRnVZMmx6WTI4eEdEQVdCZ05WQkFNTQpEMkZ3Y0M1bGVHRnRjR3hsTG1OdmJUQWVGdzB5TURBek1qTXlNekl3TkROYUZ3MHlNekF6TWpNeU16SXdORE5hCk1Fd3hDekFKQmdOVkJBWVRBbFZUTVFzd0NRWURWUVFJREFKRFFURVdNQlFHQTFVRUJ3d05VMkZ1SUVaeVlXNWoKYVhOamJ6RVlNQllHQTFVRUF3d1BZWEJ3TG1WNFlXMXdiR1V1WTI5dE1JSUJJakFOQmdrcWhraUc5dzBCQVFFRgpBQU9DQVE4QU1JSUJDZ0tDQVFFQTJCRXhZR1JPRkhoN2VPMVlxeCtWRHMzRzMrVEhyTEZULzdEUFFEQlkza3pDCi9oZlprWCt3OW1NNkQ1RU9uK2lpVlNhUWlQMm1aNFA3N29pR0dmd3JrNjJ0eEQ5cHphODM5NC9aSjF5Q0dXZ1QKK2NWUEVZbkxjQktzSTRMcktJZ21oWVIwUjNzWWRjR1JkSXJWUFZlNUVUQlk1Z1U0RGhhMDZOUEIraitmK0krWgphWGIvMlRBekJhNHozMWpIQzg2amVQeTFMdklGazFiY3I2cSsxRGR5eklxcWxkRDYvU3Q4Q2t3cDlOaDFCUGFhCktZZ1ZVd010UVBib2s1cFFmbVMrdDg4NHdSM0dTTEU4VkxRbzgyYnJhNUR3emhIamlzOTlJRGhzbUt0U3lWOXMKaWNJbXp5dHBnSXlhTS9zWEhRQU9KbVFJblFteWgyekd1WFhTQ0lkRGtRSURBUUFCTUEwR0NTcUdTSWIzRFFFQgpDd1VBQTRJQkFRQ0tsVkhOZ1k5VHZLaW9Xb0tvdllCdnNRMmYrcmFOOEJwdWNDcnRvRm15NUczcGIzU2lPTndaCkF2cnhtSm4vR3lsa3JKTHBpQVA1eUNBNGI2Y2lYMnRGa3pQRmhJVFZKRTVBeDlpaEF2WWZwTUFSdWVqM29HN2UKd0xwQk1iUnlGbHJYV29NWUVBMGxsV0JueHRQQXZYS2Y4SVZGYTRSSDhzV1JJSDB4M2hFdjVtQ3VUZjJTRTg0QwpiNnNjS3Z3MW9CQU5VWGxXRVZVYTFmei9rWWZBa1lrdHZyV2JUcTZTWGxodXRJYWY4WEYzSUMrL2x1b3gzZThMCjBBcEFQVE5sZ0JwOTkvcXMrOG9PMWthSmQ1TmV6TnlJeXhSdUtJMzlDWkxuQm9OYmkzdlFYY1NzRCtYU2lYT0cKcEVnTjNtci8xRms4OVZMSENhTnkyKzBqMjZ0eWpiclcKLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=
106+
tls.key: LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2Z0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktnd2dnU2tBZ0VBQW9JQkFRRFlFVEZnWkU0VWVIdDQKN1Zpckg1VU96Y2JmNU1lc3NWUC9zTTlBTUZqZVRNTCtGOW1SZjdEMll6b1BrUTZmNktKVkpwQ0kvYVpuZy92dQppSVlaL0N1VHJhM0VQMm5OcnpmM2o5a25YSUlaYUJQNXhVOFJpY3R3RXF3amd1c29pQ2FGaEhSSGV4aDF3WkYwCml0VTlWN2tSTUZqbUJUZ09GclRvMDhINlA1LzRqNWxwZHYvWk1ETUZyalBmV01jTHpxTjQvTFV1OGdXVFZ0eXYKcXI3VU4zTE1pcXFWMFByOUszd0tUQ24wMkhVRTlwb3BpQlZUQXkxQTl1aVRtbEIrWkw2M3p6akJIY1pJc1R4VQp0Q2p6WnV0cmtQRE9FZU9LejMwZ09HeVlxMUxKWDJ5SndpYlBLMm1Bakpveit4Y2RBQTRtWkFpZENiS0hiTWE1CmRkSUloME9SQWdNQkFBRUNnZ0VCQUxYaW16ODZrT1A0bkhBcTFPYVEyb2l3dndhQTczbTNlUytZSm84eFk4NFcKcmxyNXRzUWR5dGxPcEhTd05yQjBSQnNNTU1XeFNPQ0JJWlltUlVVZ200cGd2Uk9rRWl2OG9VOThQMkE4SnFTKwprWHBFRjVCNi84K2pXRmM0Z1Q4SWhlMEZtR0VJQllvelhYL08wejBsV0h4WXg2MHluWUoycU9vS1FKT3A5YjlsCmpiUVBkaC9mN2ErRWF0RzZNUFlrNG5xSEY3a0FzcmNsRXo2SGUvaEx6NmRkSTJ1N2RMRjB6QlN0QjM5WDFRZysKZ1JzTittOXg1S1FVTXYxMktvajdLc2hEelozOG5hSjd5bDgycGhBV1lGZzBOZHlzRlBRbmt0WmlNSUxOblFjNwpOeUt0cHNQaUxIRE9ha05hdEZLU2lOaUJrUk1lY1ZUMlJNMzMzUG54bFVFQ2dZRUEvYTY5MEEralU4VFJNbVZyCk4vRnlYWkxYa1c5b2NxVjBRbTA0TDMrSExybFNCTlRWSzk2U1pVT203VjViTzIxNmd4S2dJK3IwYm5kdE5GTUQKLzFncDhsdlJNcUlIeGZTeUo4SHpsSzViT0lnaUpxRGhzK3BKWTZmLytIVzZ1QkZyN3NGS3lxbVlIQlA0SC9BdApsT3lLeEVjMHFXazFlT2tCMWNNSGx0WDRwemtDZ1lFQTJncDhDVDVYWjNMSWRQN2M1SHpDS1YwczBYS1hGNmYyCkxzclhPVlZaTmJCN1NIS1NsOTBIU2VWVGx3czdqSnNxcC9yWFY2aHF0eUdEaTg4aTFZekthcEF6dXl3b0U3TnEKMUJpd2ZYSURQeTlPNUdGNXFYNXFUeENzSWNIcmo2Z21XMEZVQWhoS1lQcDRxd1JMdzFMZkJsd3U1VmhuN3I3ego0SkZBTEFpdlp4a0NnWUJicnpuKzVvZjdFSmtqQTdDYWlYTHlDczVLUzkrTi8rcGl6NktNMkNSOWFKRVNHZkhwClp3bTErNXRyRXIwYVgxajE0bGRxWTlKdjBrM3ZxVWs2a2h5bThUUk1mbThjeG5GVkdTMzF3SVpMaWpmOWlndkkKd0paQnBFaEkvaE83enVBWmJGYWhwR1hMVUJSUFJyalNxQ01IQ1UwcEpWTWtIZUtCNVhqcXRPNm5VUUtCZ0NJUAp6VHlzYm44TW9XQVZpSEJ4Uk91dFVKa1BxNmJZYUU3N0JSQkIwd1BlSkFRM1VjdERqaVh2RzFYWFBXQkR4VEFrCnNZdFNGZ214eEprTXJNWnJqaHVEbDNFLy9xckZOb1VYcmtxS2l4Tk4wcWMreXdDOWJPSVpHcXJUWG5jOHIzRkcKRFZlZWI5QWlrTU0ya3BkYTFOaHJnaS8xMVphb1lmVE0vQmRrNi9IUkFvR0JBSnFzTmFZYzE2clVzYzAzUEwybApXUGNzRnZxZGI3SEJyakVSRkhFdzQ0Vkt2MVlxK0ZWYnNNN1FTQVZ1V1llcGxGQUpDYzcrSEt1YjRsa1hRM1RkCndSajJLK2pOUzJtUXp1Y2hOQnlBZ1hXVnYveHhMZEE3NnpuWmJYdjl5cXhnTVVjTVZwZGRuSkxVZm9QVVZ1dTcKS0tlVVU3TTNIblRKUStrcldtbUxraUlSCi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K
107+
EOF
108+
```
109+
110+
This will create the **secure-app** Service and a Deployment. The secure app is configured to serve HTTPS traffic on port 8443 for the host app.example.com. For TLS termination, a self-signed TLS certificate, with the common name `app.example.com`, and key are used. The app responds to a client's HTTPS requests with a simple text response "hello from pod $POD_HOSTNAME".
111+
112+
Run the following command to verify the resources were created:
113+
114+
```shell
115+
kubectl get pods,svc
116+
```
117+
118+
The output should include the **secure-app** pod and the **secure-app** Service:
119+
120+
```text
121+
NAME READY STATUS RESTARTS AGE
122+
pod/secure-app-575785644-kzqf6 1/1 Running 0 12s
123+
124+
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
125+
service/secure-app ClusterIP 192.168.194.152 <none> 8443/TCP 12s
126+
```
127+
128+
Create a Gateway. This will create a TLS listener with the hostname `*.example.com` and passthrough TLS mode. Copy and paste this into your terminal.
129+
130+
```yaml
131+
kubectl apply -f - <<EOF
132+
apiVersion: gateway.networking.k8s.io/v1beta1
133+
kind: Gateway
134+
metadata:
135+
name: gateway
136+
namespace: default
137+
spec:
138+
gatewayClassName: nginx
139+
listeners:
140+
- name: tls
141+
port: 443
142+
protocol: TLS
143+
hostname: "*.example.com"
144+
allowedRoutes:
145+
namespaces:
146+
from: All
147+
kinds:
148+
- kind: TLSRoute
149+
tls:
150+
mode: Passthrough
151+
EOF
152+
```
153+
154+
This Gateway will configure NGINX Gateway Fabric to accept TLS connections on port 443 and route them to the corresponding backend Services without decryption. The routing is done based on the SNI, which allows clients to specify a server name (like example.com) during the SSL handshake.
155+
156+
{{< note >}}It is possible to add an HTTPS listener on the same port that terminates TLS connections so long as the hostname does not overlap with the TLS listener hostname.{{< /note >}}
157+
158+
Create a TLSRoute that attaches to the Gateway and routes requests to `app.example.com` to the `secure-app` Service:
159+
160+
```yaml
161+
kubectl apply -f - <<EOF
162+
apiVersion: gateway.networking.k8s.io/v1alpha2
163+
kind: TLSRoute
164+
metadata:
165+
name: tls-secure-app-route
166+
namespace: default
167+
spec:
168+
parentRefs:
169+
- name: gateway
170+
namespace: default
171+
hostnames:
172+
- "app.example.com"
173+
rules:
174+
- backendRefs:
175+
- name: secure-app
176+
port: 8443
177+
EOF
178+
```
179+
180+
{{< note >}}To route to a Service in a Namespace different from the TLSRoute Namespace, create a [ReferenceGrant](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1beta1.ReferenceGrant) to permit the cross-namespace reference. {{< /note >}}
181+
182+
## Send traffic
183+
184+
Using the external IP address and port for NGINX Gateway Fabric, send traffic to the `secure-app` application.
185+
186+
{{< note >}}If you have a DNS record allocated for `app.example.com`, you can send the request directly to that hostname, without needing to resolve.{{< /note >}}
187+
188+
Send a request to the `secure-app` Service on the TLS port with the `--insecure` flag. The `--insecure` flag is required because the `secure-app` is using self-signed certificates.
189+
190+
```shell
191+
curl --resolve app.example.com:$GW_TLS_PORT:$GW_IP https://app.example.com:$GW_TLS_PORT --insecure -v
192+
```
193+
194+
```text
195+
Added app.example.com:8443:127.0.0.1 to DNS cache
196+
* Hostname app.example.com was found in DNS cache
197+
* Trying 127.0.0.1:8443...
198+
* Connected to app.example.com (127.0.0.1) port 8443
199+
* ALPN: curl offers h2,http/1.1
200+
* (304) (OUT), TLS handshake, Client hello (1):
201+
* (304) (IN), TLS handshake, Server hello (2):
202+
* (304) (IN), TLS handshake, Unknown (8):
203+
* (304) (IN), TLS handshake, Certificate (11):
204+
* (304) (IN), TLS handshake, CERT verify (15):
205+
* (304) (IN), TLS handshake, Finished (20):
206+
* (304) (OUT), TLS handshake, Finished (20):
207+
* SSL connection using TLSv1.3 / AEAD-AES256-GCM-SHA384 / [blank] / UNDEF
208+
* ALPN: server accepted http/1.1
209+
* Server certificate:
210+
* subject: C=US; ST=CA; L=San Francisco; CN=app.example.com
211+
* start date: Mar 23 23:20:43 2020 GMT
212+
* expire date: Mar 23 23:20:43 2023 GMT
213+
* issuer: C=US; ST=CA; L=San Francisco; CN=app.example.com
214+
* SSL certificate verify result: self signed certificate (18), continuing anyway.
215+
* using HTTP/1.x
216+
> GET / HTTP/1.1
217+
> Host: app.example.com:8443
218+
> User-Agent: curl/8.6.0
219+
> Accept: */*
220+
>
221+
< HTTP/1.1 200 OK
222+
< Server: nginx/1.27.0
223+
< Date: Wed, 14 Aug 2024 20:41:21 GMT
224+
< Content-Type: text/plain
225+
< Content-Length: 43
226+
< Connection: keep-alive
227+
<
228+
hello from pod secure-app-575785644-kzqf6
229+
```
230+
231+
Note that the server certificate used to terminate the TLS connection has the subject common name of `app.example.com`. This is the server certificate that the `secure-app` is configured with and shows that the TLS connection was terminated by the `secure-app`, not NGINX Gateway Fabric.

site/content/overview/gateway-api-compatibility.md

Lines changed: 44 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ Learn which Gateway API resources NGINX Gateway Fabric supports and to which lev
1010
## Summary
1111

1212
{{< bootstrap-table "table table-striped table-bordered" >}}
13-
| Resource | Core Support Level | Extended Support Level | Implementation-Specific Support Level | API Version |
14-
| ------------------------------------- | ------------------- | ---------------------- | ------------------------------------- | ----------- |
15-
| [GatewayClass](#gatewayclass) | Supported | Not supported | Supported | v1 |
16-
| [Gateway](#gateway) | Supported | Partially supported | Not supported | v1 |
17-
| [HTTPRoute](#httproute) | Supported | Partially supported | Not supported | v1 |
18-
| [ReferenceGrant](#referencegrant) | Supported | N/A | Not supported | v1beta1 |
19-
| [GRPCRoute](#grpcroute) | Supported | Partially supported | Not supported | v1 |
20-
| [TLSRoute](#tlsroute) | Not supported | Not supported | Not supported | N/A |
21-
| [TCPRoute](#tcproute) | Not supported | Not supported | Not supported | N/A |
22-
| [UDPRoute](#udproute) | Not supported | Not supported | Not supported | N/A |
23-
| [BackendTLSPolicy](#backendtlspolicy) | Supported | Supported | Not supported | v1alpha3 |
24-
| [Custom policies](#custom-policies) | N/A | N/A | Supported | N/A |
13+
| Resource | Core Support Level | Extended Support Level | Implementation-Specific Support Level | API Version |
14+
|---------------------------------------|--------------------|------------------------|---------------------------------------|-------------|
15+
| [GatewayClass](#gatewayclass) | Supported | Not supported | Supported | v1 |
16+
| [Gateway](#gateway) | Supported | Partially supported | Not supported | v1 |
17+
| [HTTPRoute](#httproute) | Supported | Partially supported | Not supported | v1 |
18+
| [ReferenceGrant](#referencegrant) | Supported | N/A | Not supported | v1beta1 |
19+
| [GRPCRoute](#grpcroute) | Supported | Partially supported | Not supported | v1 |
20+
| [TLSRoute](#tlsroute) | Supported | Not supported | Not supported | v1alpha2 |
21+
| [TCPRoute](#tcproute) | Not supported | Not supported | Not supported | N/A |
22+
| [UDPRoute](#udproute) | Not supported | Not supported | Not supported | N/A |
23+
| [BackendTLSPolicy](#backendtlspolicy) | Supported | Supported | Not supported | v1alpha3 |
24+
| [Custom policies](#custom-policies) | N/A | N/A | Supported | N/A |
2525
{{< /bootstrap-table >}}
2626

2727
---
@@ -123,6 +123,7 @@ See the [static-mode]({{< relref "/reference/cli-help.md#static-mode">}}) comman
123123
- `Accepted/False/UnsupportedProtocol`
124124
- `Accepted/False/InvalidCertificateRef`
125125
- `Accepted/False/ProtocolConflict`
126+
- `Accpeted/False/HostnameConflict`
126127
- `Accepted/False/UnsupportedValue`: Custom reason for when a value of a field in a Listener is invalid or not supported.
127128
- `Accepted/False/GatewayConflict`: Custom reason for when the Gateway is ignored due to a conflicting Gateway. NGINX Gateway Fabric only supports a single Gateway.
128129
- `Programmed/True/Programmed`
@@ -131,6 +132,7 @@ See the [static-mode]({{< relref "/reference/cli-help.md#static-mode">}}) comman
131132
- `ResolvedRefs/False/InvalidCertificateRef`
132133
- `ResolvedRefs/False/InvalidRouteKinds`
133134
- `Conflicted/True/ProtocolConflict`
135+
- `Conflicted/True/HostnameConflict`
134136
- `Conflicted/False/NoConflicts`
135137

136138
---
@@ -255,10 +257,38 @@ Fields:
255257

256258
{{< bootstrap-table "table table-striped table-bordered" >}}
257259
| Resource | Core Support Level | Extended Support Level | Implementation-Specific Support Level | API Version |
258-
| -------- | ------------------ | ---------------------- | ------------------------------------- | ----------- |
259-
| TLSRoute | Not supported | Not supported | Not supported | N/A |
260+
|----------|--------------------|------------------------|---------------------------------------|-------------|
261+
| TLSRoute | Supported | Not supported | Not supported | v1alpha2 |
260262
{{< /bootstrap-table >}}
261263

264+
**Fields**:
265+
266+
- `spec`
267+
- `parentRefs`: Partially supported. Port not supported.
268+
- `hostnames`: Supported.
269+
- `rules`
270+
- `backendRefs`: Partially supported. Only one backend ref allowed.
271+
- `weight`: Not supported.
272+
- `status`
273+
- `parents`
274+
- `parentRef`: Supported.
275+
- `controllerName`: Supported.
276+
- `conditions`: Supported (Condition/Status/Reason):
277+
- `Accepted/True/Accepted`
278+
- `Accepted/False/NoMatchingListenerHostname`
279+
- `Accepted/False/NoMatchingParent`
280+
- `Accepted/False/NotAllowedByListeners`
281+
- `Accepted/False/UnsupportedValue`: Custom reason for when the TLSRoute includes an invalid or unsupported value.
282+
- `Accepted/False/InvalidListener`: Custom reason for when the TLSRoute references an invalid listener.
283+
- `Accepted/False/GatewayNotProgrammed`: Custom reason for when the Gateway is not Programmed. TLSRoute can be valid and configured, but will maintain this status as long as the Gateway is not Programmed.
284+
- `Accepted/False/HostnameConflict`: Custom reason for when the TLSRoute has a hostname that conflicts with another TLSRoute on the same port.
285+
- `ResolvedRefs/True/ResolvedRefs`
286+
- `ResolvedRefs/False/InvalidKind`
287+
- `ResolvedRefs/False/RefNotPermitted`
288+
- `ResolvedRefs/False/BackendNotFound`
289+
- `ResolvedRefs/False/UnsupportedValue`: Custom reason for when one of the TLSRoute rules has a backendRef with an unsupported value.
290+
- `PartiallyInvalid/True/UnsupportedValue`
291+
262292
---
263293

264294
### TCPRoute

site/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/nginxinc/nginx-gateway-fabric/site
22

33
go 1.21
44

5-
require github.com/nginxinc/nginx-hugo-theme v0.41.0 // indirect
5+
require github.com/nginxinc/nginx-hugo-theme v0.41.1 // indirect

site/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
github.com/nginxinc/nginx-hugo-theme v0.41.0 h1:uB9jC0Qk9i2CG63gScHxVHAEz1zyGoAdtY0Lcpkg1lI=
22
github.com/nginxinc/nginx-hugo-theme v0.41.0/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=
3+
github.com/nginxinc/nginx-hugo-theme v0.41.1 h1:Wan0Mb8uz1X4Z2vd/1nR0GOPel5mWVPuFD3jd4SezsU=
4+
github.com/nginxinc/nginx-hugo-theme v0.41.1/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=

0 commit comments

Comments
 (0)