Thorsten Hans

Results 48 comments of Thorsten Hans

@endocrimes as per this: https://github.com/Azure/azure-workload-identity/blob/5ad840f6d8ff351141fd0ba7e373eeb7a4d5a52c/charts/workload-identity-webhook/templates/azure-wi-webhook-mutating-webhook-configuration-mutatingwebhookconfiguration.yaml#L27 The mutating webhook of Azure Workload Identity is registered to mutate pods with that label

To get `kustomize` working on my local machine, I did the following: - Install kustomize on my machine using `brew install kustomize` - Delete `./bin/kustomize` - Created a symlink `cd...

Confirming that removing the symlinks from `./bin`, reinstalling both `kustomize` and `controller-gen` by executing `make test` results in the same failure.

I've created a corresponding support ticket at Digital Ocean, to get connected to someone who can explain what they expect upon authentication. I'll keep this issue updated

Good point. Obviously, It should be passed to the component as `SPIN_DEBUG` or even `SPIN_LOG_LEVEL` so. It's more the fact that there should be some "standard" where application developers can...

While thinking about it. A potential SDK capability such as `spin_skd::log` (described in my comment above) could also provide simple the entire log capabilities required by application devs. This would...

I've updated the title of the issue to reflect the conversation

I like the idea of guiding new users through the process of running their app for the first time. Here are a couple of thoughts: No 1: - Ideally, required...

@davidkna any chance to get a new review?

Thanks for the reviews wasn't aware of the interactive az snippets 👍🏻