File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,15 @@ OPTIONS:
51
51
all available experiments.
52
52
53
53
--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.
55
56
56
57
--postgres-url string, $CODER_PG_CONNECTION_URL
57
58
URL of a PostgreSQL database. If empty, PostgreSQL binaries will be
58
59
downloaded from Maven (https://repo1.maven.org/maven2) and store all
59
60
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.
61
63
62
64
--ssh-keygen-algorithm string, $CODER_SSH_KEYGEN_ALGORITHM (default: ed25519)
63
65
The algorithm to use for generating ssh keys. Accepted values are
Original file line number Diff line number Diff line change @@ -446,7 +446,8 @@ cacheDir: [cache dir]
446
446
# Controls whether data will be stored in an in-memory database.
447
447
# (default: <unset>, type: bool)
448
448
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.
450
451
# (default: password, type: enum[password\|awsiamrds])
451
452
pgAuth: password
452
453
# A URL to an external Terms of Service that must be accepted by users when
Original file line number Diff line number Diff line change @@ -52,13 +52,15 @@ OPTIONS:
52
52
all available experiments.
53
53
54
54
--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.
56
57
57
58
--postgres-url string, $CODER_PG_CONNECTION_URL
58
59
URL of a PostgreSQL database. If empty, PostgreSQL binaries will be
59
60
downloaded from Maven (https://repo1.maven.org/maven2) and store all
60
61
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.
62
64
63
65
--ssh-keygen-algorithm string, $CODER_SSH_KEYGEN_ALGORITHM (default: ed25519)
64
66
The algorithm to use for generating ssh keys. Accepted values are
You can’t perform that action at this time.
0 commit comments