Vaclav Turecek

Results 28 comments of Vaclav Turecek

@clareliguori thanks for bringing this up. I agree ingress is widely applicable. It's difficult to imagine a useful cloud-native implementation of OAM that doesn't have an ingress trait. But let...

Yeah I remember discussing this and the general idea was: The **application developer** needs to specify the mount path, which the developer's code depends on. Thus, the component schematic has...

@YTsalko Thanks for doing the conversion. Were you able to get gulp to work when packaging and deploying through VS 2017? I can see and run gulp tasks in Task...

@yonzhan the issue here is that `az login --identity` does not correctly detect that it is running inside a Container App, causing it to try connecting to the wrong MSI...

No unfortunately there are only two access levels to SF management APIs: client (read-only) and admin (full control). There isn't a built-in way to manage per-application access to SF management...

@jnyrup thanks for the quick reply. Yes, I have a `WithTracing()` set globally, that would explain it. If this uses a shared `ITraceWriter` internally then setting it globally is destined...

Thanks @jnyrup, for now I've disabled tracing globally. If I need to enable it globally again I'll try that version, but for now I'll turn it on only as needed....

@qrli Yup, makes sense, it's something we're working on, specifically decoupling services from each other and from networking concerns in general.