Azure / Azure/azure-sdk-tools

[stress-testing] Update fault injector container to publish dev cert

Open
#8,125 4 comments 0 reactions 1 assignee Claimed by @lmolkova View on GitHub
Central-EngSys Stress
Dominant language
C#
Stars
135
Forks
260
Avg merge
3d 1h
Merged PRs (30d)
143

Description

In order to support https testing, the fault injector container should generate a dotnet dev cert on startup and copy it to a shared volume. This way other containers in the pod making calls to the injector can load the dev cert and use https.

From @mikeharder

> The http-fault-injector image needs to somehow (at build time or run time):
Run dotnet dev-certs https --export to export a *.pfx file
Share the file with the test (client) container
The client image needs to somehow (at build time or run time)
Copy the certificate created by http-fault-injector image
Run java tool keytool -import

CC @ibrahimrabab @lmolkova

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.