Magnar Ovedal Myrtveit
Magnar Ovedal Myrtveit
Waiting for this, I ended up with this helper function. Not sure if it will work in all cases. ```ts const statefulInternal = ( initial: T, invalidator: { current: number...
I'm also in need for this :)
@coopermaruyama Not very pretty, but I guess `--root` could cover your use case with someting like ```sh dotenvx run --root="$( [ "$NODE_ENV" = "production" ] && echo . || echo...
I'm running the command locally.
I have not set `MSI_ENDPOINT`. I use `az login` to authenticate. I have not set any authentication related env vars.
Yes, it's the full output. Very strange!
Does this info help? I am using Azure Blob Storage as backend for Pulumi. If I do `export AZURE_STORAGE_SAS_TOKEN=` and run `pulumi stack ls`, I get the following output: ```...
I have `AZURE_KEYVAULT_AUTH_VIA_CLI="true"`. The error message is exactly the same with and without `AZURE_KEYVAULT_AUTH_VIA_CLI`.
Yes, I am using a Dev Container on Windows! As mentioned, I also ran into a an issue when setting up the backend, similar to what is described in that...
> I've opened an upstream issue for the Azure SDK, where I think the bug is: [Azure/azure-sdk-for-go#23058](https://github.com/Azure/azure-sdk-for-go/issues/23058) Thanks!