open-feature / flagd-testbed

Shared test harness for flagd SDK testing, with Gherkin tests
https://openfeature.dev
4 stars 7 forks source link

[Question] Testing of custom certificates #159

Open aepfli opened 10 hours ago

aepfli commented 10 hours ago

We're supporting custom certificates for connection, which is a great feature. But testing whether it works is not as trivial.

For example, I am trying to implement custom certs in Python. I want to test this and ensure this feature works as expected with a custom cert. However, I can't do so, as we don't have the appropriate test setup.

I opened this issue to discuss approaches and what we can think of doing to ensure this feature works as intended. My proposal (not sure if it is feasible) would be:

Question:

aepfli commented 10 hours ago

@beeme1mr @toddbaert @guidobrei @warber @chrfwow @alexandraoberaigner wdyt?