Skip to content

Commit

Permalink
docs: update db port examples to 443 (#52559)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Mar 4, 2025
1 parent bc1edf1 commit 187b6ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Assign `CLUSTER_URI` to the domain name and port of the cluster:
$ sudo teleport db configure create \
-o file \
--name="redshift-postgres" \
--proxy=teleport.example.com:3080 \
--proxy=teleport.example.com:443 \
--protocol=postgres \
--token=/tmp/token \
--uri=${CLUSTER_URI?}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $ sudo teleport db configure create \
```code
$ sudo teleport db configure create \
-o file \
--proxy=teleport.example.com:3080 \
--proxy=teleport.example.com:443 \
--token=/tmp/token \
--azure-redis-discovery=eastus
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Starts Teleport Database Service.
```code
$ teleport db start \
--token=/path/to/token \
--auth-server=proxy.example.com:3080 \
--auth-server=proxy.example.com:443 \
--name=example \
--protocol=postgres \
--uri=postgres.example.com:5432
Expand Down Expand Up @@ -80,7 +80,7 @@ Creates a sample Database Service configuration.
$ teleport db configure create --rds-discovery=us-west-1 --rds-discovery=us-west-2
$ teleport db configure create \
--token=/tmp/token \
--proxy=proxy.example.com:3080 \
--proxy=proxy.example.com:443 \
--name=example \
--protocol=postgres \
--uri=postgres://postgres.example.com:5432 \
Expand Down

0 comments on commit 187b6ff

Please sign in to comment.