magma / domain-proxy

A Domain proxy for Magma
BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

Enable certificate CRL checking by default in helm #508

Closed xbend closed 2 years ago

xbend commented 2 years ago

Configuration Controller implementation to check for CRL cert validity can be enabled/disabled via env variable.

This variable should be set to enable CRL checking by default always. Disabling this feature should only be for debugging/testing purposes.

xbend commented 2 years ago

Closing. The implementation will be changed (#509) so that CRL checking will always be enabled and there will be no need to supply extra vars to enable this feature