Olafur Nielsen
Olafur Nielsen
> It is possible to detect ADD with URL if using buildkit. Can you elaborate? I'm getting this fatal despite using buildkit. Are there any extra configuration needed?
I'm using GitHub Actions and using `azure/docker-login` with service principal auth prior to Dockle and that works fine when referencing a remote image in ACR. Maybe there's a similar action...
A bit off-topic but ended up taking this a little further for my Python based Pulumi IaC library. Was already using Pydantic for defining and validating my Pulumi stack configurations...
Any updates on this issue? It's really unfortunate to have this awkward limitation, especially when Pulumi is being deployed via CI/CD and I don't feel like chaning depends is a...
I've been using [Pydantic](https://github.com/pydantic/pydantic) in multi-stack/environment Pulumi IaC projects. It was a game changer for not only managing hierarchial deployment configurations but also validating and serializing multiple types of input/output...
I think having an option to enable verbose & pretty output on a per-operation/fact level would be a nice feature. I created a little FactBase mixin for logging output in...
Can this fix please be integrated? Btw. token based DB authentication is also relevant to AWS RDS and basically any DB PaaS providers which support this type of auth mechanism.
This is common for newly created Azure Subscriptions – they don't have all resource providers registered by default. When you create resources via the Azure Portal they tend to auto...
@thomas11 Ah I hadn't realized that :/ Is this functionality then not exposed in the API specs?
Any update on this @stack72?