Lyndon Garvey

Results 10 comments of Lyndon Garvey

Hi @mhindery I've squashed the previous migrations and used the squashed version to apply the swappable logic. So that existing installations should still function without any issues. Doing some manual...

It all seems good from this end - one very minor point: If overriding a model, the migration for the overridden model has to run before the migrations for djangosaml2idp...

This seems all good to merge now.

It looks like it's not finding idp config for an idp with entity id: http://127.0.0.1:81/

Hey peppelinux, Interesting. This could be a suitable option. Thanks!

I will test adding a condition to enable waf per env, but presumably it will still fail because of the `!Ref PublicLoadBalancer` in the `addons.parameters.yml` file. ``` Parameters: LBARN: !Ref...

A condition doesn't seem to help deploy an env ``` Parameters: App: Type: String Description: Your application's name. Env: Type: String Description: The environment name your service, job, or workflow...

Hi, That sounds great to me. We will solve the problem using boto3 in the meantime. We're building a copilot-helper command line app to add some additional features and simplify...

There isn't a PublicLoadBalancer resource until the first service is deployed. So if that config is sat in the `copilot/environments/addons` directory, the initial `copilot env deploy` fails.

Yes, and then it also imposes a specific order when deleting the stack, and we'd have to remember to follow the steps every time an environment is created or deleted:...