google / minions

Distributed filesystem scanner
Apache License 2.0
130 stars 12 forks source link

Add SSL support to all gRPC endpoints. #21

Closed paradoxengine closed 6 years ago

paradoxengine commented 6 years ago

This is chiefly meant as an encryption measure, though authentication is theoretically supported. All SSL is optional and requires creating certificates and providing a CA to validate them with (we won't use the OS CA).

Solves #20