Skip to content

Commit 5876d5f

Browse files
committed
i love gooooold
1 parent 18805e2 commit 5876d5f

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

cli/testdata/coder_server_--help.golden

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@ OPTIONS:
5151
all available experiments.
5252

5353
--postgres-auth password|awsiamrds, $CODER_PG_AUTH (default: password)
54-
Type of auth to use when connecting to postgres.
54+
Type of auth to use when connecting to postgres. For AWS RDS, using
55+
IAM authentication (awsiamrds) is recommended.
5556

5657
--postgres-url string, $CODER_PG_CONNECTION_URL
5758
URL of a PostgreSQL database. If empty, PostgreSQL binaries will be
5859
downloaded from Maven (https://repo1.maven.org/maven2) and store all
5960
data in the config root. Access the built-in database with "coder
60-
server postgres-builtin-url".
61+
server postgres-builtin-url". Note that any special characters in the
62+
URL must be URL-encoded.
6163

6264
--ssh-keygen-algorithm string, $CODER_SSH_KEYGEN_ALGORITHM (default: ed25519)
6365
The algorithm to use for generating ssh keys. Accepted values are

cli/testdata/server-config.yaml.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,8 @@ cacheDir: [cache dir]
446446
# Controls whether data will be stored in an in-memory database.
447447
# (default: <unset>, type: bool)
448448
inMemoryDatabase: false
449-
# Type of auth to use when connecting to postgres.
449+
# Type of auth to use when connecting to postgres. For AWS RDS, using IAM
450+
# authentication (awsiamrds) is recommended.
450451
# (default: password, type: enum[password\|awsiamrds])
451452
pgAuth: password
452453
# A URL to an external Terms of Service that must be accepted by users when

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,15 @@ OPTIONS:
5252
all available experiments.
5353

5454
--postgres-auth password|awsiamrds, $CODER_PG_AUTH (default: password)
55-
Type of auth to use when connecting to postgres.
55+
Type of auth to use when connecting to postgres. For AWS RDS, using
56+
IAM authentication (awsiamrds) is recommended.
5657

5758
--postgres-url string, $CODER_PG_CONNECTION_URL
5859
URL of a PostgreSQL database. If empty, PostgreSQL binaries will be
5960
downloaded from Maven (https://repo1.maven.org/maven2) and store all
6061
data in the config root. Access the built-in database with "coder
61-
server postgres-builtin-url".
62+
server postgres-builtin-url". Note that any special characters in the
63+
URL must be URL-encoded.
6264

6365
--ssh-keygen-algorithm string, $CODER_SSH_KEYGEN_ALGORITHM (default: ed25519)
6466
The algorithm to use for generating ssh keys. Accepted values are

0 commit comments

Comments
 (0)