Nicolas DUMINIL

Results 27 comments of Nicolas DUMINIL

Have added the following property to `application.properties` file: quarkus.keycloak.devservices.realm-path=my-realm.json Where `my-realm.json` is located in `src/test/resources`. Running `mvn quarkus:dev` and looking in the Keycloak log file, I'm seeing this: Changes detected...

@sberyozkin > Adding client and users option is only there to support basic cases where no actual realms with the user definitions are available, so instead of default alice and...

My bad, I forgot to mention the `function.zip` location. The correct command is: cdklocal bootstrap --context zip=target/function.zip Closing the issue.

However, trying to deploy the stack fails, as shown below: ⏳ Bootstrapping environment aws://000000000000/eu-west-3... Trusted accounts for deployment: (none) Trusted accounts for lookup: (none) Using default execution policy of 'arn:aws:iam::aws:policy/AdministratorAccess'....

Could anyone help please ?

@MarcelStranak : yes, I confirm that using `localstack/localstack:latest` I'm getting exactly the same exception.