Mathieu Benoit

Results 57 issues of Mathieu Benoit

- 6.0.8: https://devblogs.microsoft.com/dotnet/august-2022-updates/ - 6.0.7: https://devblogs.microsoft.com/dotnet/july-2022-updates/ - `Grpc.AspNetCore` 2.47.0 - `Grpc.HealthCheck` 2.47.0 - `Grpc.Net.Client` 2.47.0 - `Microsoft.AspNetCore.TestHost` 6.0.8 - `Microsoft.NET.Test.Sdk` 17.3.0 - `xunit` 2.4.2

Let's update the Java app `adservice` from `openjdk:8-slim` to `openjdk:17-slim` to get latest and greatest and decrease the amount of CVEs. Anyone taking this can take inspiration from the great...

type: cleanup
priority: p2

Let's update the Python apps `emailservice`, `recommendationservice` and `loadgenerator` from `python:3.7-slim` to `python:3.10-slim` to get latest and greatest and decrease the amount of CVEs. Anyone taking this can take inspiration...

type: cleanup
priority: p2

Experimental PR to test/implement https://github.com/GoogleCloudPlatform/microservices-demo/issues/662 This won't work with the current GKE cluster used in CI because it's GKE < 1.24. In order to test this, you could provision a...

area/grpc
area/kubernetes
do not merge

Wondering if the new feature `Cloud SQL IAM database authentication` could be leveraged with this repo instead of having the login/password stored as secret? - https://cloud.google.com/release-notes#July_08_2021 - https://cloud.google.com/sql/docs/postgres/authentication - https://cloud.google.com/sql/docs/postgres/iam-logins#using_with_the

type: feature request
priority: p3

Need contributions and help here, anyone would like to jump on this one? Since PR #108 and like explained there, "Lab 7 - Add Monitoring to an Azure Kubernetes Service...

Since [Cloud-based Load Testing will be deprecated soon](https://devblogs.microsoft.com/devops/cloud-based-load-testing-service-eol/), could you please update the [Load Test lab](https://www.azuredevopslabs.com/labs/azuredevops/load/) with JMeter instead? A lot of customers are asking about this integration of JMeter...

Set the key/value for each web site on 'Microsoft.Web/sites/connectionStrings'. It allows to manage them directly from the portal for example.

Add a new `Seamlessly encrypt traffic from any apps in your Mesh to Memorystore (redis)` tutorial to show the value of Istio and Anthos Service Mesh (ASM) to seamlessly encrypt...

When using the `tagSuffix` for updating the `images` in my `kustomization.yaml` file, the `tagSuffix` is actually duplicated on the final rendering. Here is my test to reproduce it: ``` cat

kind/bug
triage/accepted