Pim Vernooij

Results 10 issues of Pim Vernooij

When using mach composer to create and manage your development environments, you most likely want to load some example data into the environment, for testing. Would it be useful to...

enhancement
discussion

At some point we should consider the inclusion of 3rd party integrations, so that anyone can extend MACH composer, without changes to it are necessary. An integration plugin should implement,...

We intend to support GCP as a cloud environment, and this ticket is inteded to specify 'how' we are going to support it. First read this page: https://docs.machcomposer.io/tutorial/gcp/step-3-setup-gcp.html Please use...

enhancement
gcp

To limit permission scope for rolling out individual components, that might be built by different teams, we could consider to execute these with individual set of permissions. Discussed with @mvantellingen

discussion

MACH composer currently contains some assumptions about the runtime components are deployed in. The advantage of this is that we can maintain these assumptions on a single place, so that...

documentation

We use several architecture design principles in our projects, that we could/should add to the docs. These would be 'generic' best practises when building MACH systems - as even within...

documentation

@mvantellingen showed how easy it is to deploy a Fargate based docker container, for use-cases where AWS Lambda is not sufficient. I suggest we document it and add it as...

documentation
enhancement

Currently we implement infrastructure-as-code through Terraform HCL, using Jinja2 templates to make them dynamic. Does it make sense to change this to an 'only Python code' implementation, through the use...

discussion

When it's available, we should try and support both `opentf` and `terraform`. It seems to go quite fast, as @mvantellingen showed: https://www.linkedin.com/feed/update/urn:li:activity:7102220552966131713/

enhancement