Michael van Tellingen
Michael van Tellingen
hi @rbou-globant , I assume this is with version 13? Can you give 14.0.0b2 a try? It still beta although we should be able to release it this week. The...
Weird, could you create a unittest for this in the existing codebase? that makes it easy for us to spot the issue
This would result in quite large config files (for some of our projects > 400 lines) Need to think about this a bit more
The `use_iam_auth` key is intentional. Is this documented incorrectly somewhere?
This makes it indeed a lot simpler, although you will need #6 for this otherwise there is a lot of code-duplication between various envs
@emmenko which permissions do we need to actually create a custom application. Retrieving works fine but when creating a new one I receive the following ```json {"errors":[{"message":"Missing or invalid authentication...
> FYI: we're planning to change some things about how you manage and register Custom Applications. The current API should stay for backwards compatibility, but there would be a new...
The reason is that part of the source code (not tool chain code) depends on werkzeug and requests_mock. It is used in the testing part. We could move this to...
I can merge this if test cases are added
A workaround I tried is to add a custom planmodifier with the following code: ```go func (m removeBlockModifier) PlanModifyObject(ctx context.Context, req planmodifier.ObjectRequest, resp *planmodifier.ObjectResponse) { attrs := req.ConfigValue.Attributes() if len(attrs)...