David Zhang
David Zhang
WWindmill
Created by David Zhang on 4/5/2024 in #help
Recommended pattern for managing resource permissions
Is there a recommended pattern for, say, having a database resource, which is used by scripts. The scripts themselves are in a folder which gives View access to operators. Is there a way to give the operators access to run the scripts against the database resource, without giving them the ability to view the database resource secrets?
9 replies
WWindmill
Created by David Zhang on 4/4/2024 in #help
Default login not working on first login
I set up a new Windmill instance using the docker-compose setup and upon first login using the default login credentials /user/login?email=admin@windmill.dev&password=changeme it throws Invalid credentials I have tried recreating the database
drop database windmill;
create database windmill;
drop database windmill;
create database windmill;
But still get the same error upon first login Any ideas on what I might have done wrong or how to debug?
7 replies
WWindmill
Created by David Zhang on 3/20/2024 in #help
AMI in Terraform template doesn't exist
The Terraform template: https://github.com/windmill-labs/windmill/blob/main/examples/deploy/aws-ecs-terraform/README.md Contains an AMI: ami-09c0b8e7f21923ac0 but the AMI does not exist Specifically on this line: https://github.com/windmill-labs/windmill/blob/main/examples/deploy/aws-ecs-terraform/ecs_cluster.tf#L3
Error: creating Auto Scaling Group (windmill-cluster-asg): ValidationError: You must use a valid fully-formed launch template. The image id '[ami-09c0b8e7f21923ac0]' does not exist
Error: creating Auto Scaling Group (windmill-cluster-asg): ValidationError: You must use a valid fully-formed launch template. The image id '[ami-09c0b8e7f21923ac0]' does not exist
Is there a new AMI to use?
5 replies
WWindmill
Created by David Zhang on 3/19/2024 in #help
Whitelisting IPs correctly for RDS proxy connection?
No description
1 replies
WWindmill
Created by David Zhang on 3/7/2024 in #help
Postgres err: insufficient data left in message
No description
10 replies
WWindmill
Created by David Zhang on 3/6/2024 in #help
Changing input data type for PostgreSQL scripts
No description
6 replies
WWindmill
Created by David Zhang on 3/5/2024 in #help
Suggestions on folder structure
1. Is it important to get folder structure right in the beginning? Will it be a pain to re-organize later? 2. How should I think about what to put in which folder? For example adding a new database resource that everyone should have access to
2 replies