reeves
WWindmill
•Created by rubenf on 8/26/2024 in #changelog
We added a vim mode to the code editors
Very happy to see this. I was considering asking for the feature but thought it was too obscure.
3 replies
Postgres TLS Connection is invalid
1) Create an RDS instance on AWS linked to an EC2 instance running windmill with docker
2) Keep the RDS config as it's preset except for changing the Certificate Authority to
rds-ca-rsa4096-g1
3) On the RDS instance, create a new postgres user for the windmill workspace "testypops"
4) On the RDS instance, create a new database for the the windmill workspace "testypops"
5) Create a new postgres resource in the windmill workspace.
6) Set the sslmode
to require
7) Find the correct certificate bundle for your AWS region (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html#UsingWithRDS.SSL.RegionCertificates) and copy the contents of the pem file to the root_certificate_pem
field.
8) create a postgres script using the new postgres resource and get the following error:
24 replies
Postgres TLS Connection is invalid
Should the Postgres resource work with a PostgreSQL script with AWS RDS? I'm getting the following error:
Hence why I wrote a TS script to basically do the same thing - I'm assuming the PostgrSQL script will be faster though.
24 replies