Skip to content

Commit 399f8a3

Browse files
committed
update golden files
1 parent ae93d61 commit 399f8a3

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

cli/testdata/coder_server_--help.golden

+3
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,9 @@ NETWORKING OPTIONS:
246246
Specifies whether to redirect requests that do not match the access
247247
URL host.
248248

249+
--samesite-auth-cookie lax|none, $CODER_SAMESITE_AUTH_COOKIE (default: lax)
250+
Controls the 'SameSite' property is set on browser session cookies.
251+
249252
--secure-auth-cookie bool, $CODER_SECURE_AUTH_COOKIE
250253
Controls if the 'Secure' property is set on browser session cookies.
251254

cli/testdata/server-config.yaml.golden

+3
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ networking:
174174
# Controls if the 'Secure' property is set on browser session cookies.
175175
# (default: <unset>, type: bool)
176176
secureAuthCookie: false
177+
# Controls the 'SameSite' property is set on browser session cookies.
178+
# (default: lax, type: enum[lax\|none])
179+
sameSiteAuthCookie: lax
177180
# Whether Coder only allows connections to workspaces via the browser.
178181
# (default: <unset>, type: bool)
179182
browserOnly: false

enterprise/cli/testdata/coder_server_--help.golden

+3
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ NETWORKING OPTIONS:
247247
Specifies whether to redirect requests that do not match the access
248248
URL host.
249249

250+
--samesite-auth-cookie lax|none, $CODER_SAMESITE_AUTH_COOKIE (default: lax)
251+
Controls the 'SameSite' property is set on browser session cookies.
252+
250253
--secure-auth-cookie bool, $CODER_SECURE_AUTH_COOKIE
251254
Controls if the 'Secure' property is set on browser session cookies.
252255

0 commit comments

Comments
 (0)