David Zhang
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
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
But still get the same error upon first login
Any ideas on what I might have done wrong or how to debug?7 replies
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
Is there a new AMI to use?5 replies