Sebastián Gómez
Sebastián Gómez
Right now the url to access the vault is concatenated with a fixed string template: `fmt.Sprintf("https://%s.vault.azure.net", a.keyvault)` That url is actually different depending on the Access plane ([Global, Azure China...
Changes/added features: - Backend support on Azure Storage The following short checklist should be used to make sure your PR is of good quality, and can be merged easily: -...
I just forked and run the WinPhone app and it looks great! I'd really like for it to go live so I'm willing to help. I'll give a good look...
I followed this [doc](https://docs.krustlet.dev/howto/krustlet-on-minikube/) but when I run this command I get an error. ```bash KUBECONFIG=~/.krustlet/config/kubeconfig \ krustlet-wasi \ --node-ip 192.168.64.1 \ --node-name=krustlet \ --bootstrap-file=${HOME}/.krustlet/config/bootstrap.conf Error: ApiError: the server could...
I'm using this project to see how the request are made since the Twitter API documentation is kind of lame. I've modified the oauth request creation and added a proxy...
I followed the README instructions to create a simple web app but I'm getting the following error when running `dotnet run`. ``` Building... info: Microsoft.Hosting.Lifetime Now listening on: http://localhost:5000 thread...
I'm using wasmer and I'm able to run the console application as explained, but I cannot seem to find how to run the web app. `dotnet run` throws the following...
### Proposal There are some scenarios where we might need WireMock to redirect traffic through a proxy for specific traffic and not for others. The one that comes to mind,...