rest-api-fuzz-testing icon indicating copy to clipboard operation
rest-api-fuzz-testing copied to clipboard

Install certs defined as part of job payload from Azure Keyvault

Open stishkin opened this issue 4 years ago • 1 comments

If HTTPs endpoint requires custom cert - add ability to add the cert before running test tools

stishkin avatar Jan 27 '21 21:01 stishkin

Attempt 1:

  • Set certificate in Azure Keyvault
  • Pass certificate to the container in encrypted environment variable (since this is the only way we can pass cert secretly to the container)
  • Add "install certificates" command to RAFT SDK, so tools run that on initialization

stishkin avatar Jan 27 '21 23:01 stishkin