f5devcentral / f5-declaration-validator

validate f5 declarative declarations (as3/do/ts/cf)
Apache License 2.0
4 stars 2 forks source link

[RFE] enable tls #2

Closed DumpySquare closed 2 years ago

DumpySquare commented 2 years ago

Part of the goal is to run this as a service, but AS3 declarations can include sensitive information, so protecting data transfer to/from this service is important.

Standard security practices push for TLS encryption of all data in transit

Need to enable TLS encryption at the node level

The thought is to allow some config pointer flags to pick up certs at instantiation (which would included fetching from Hashi-Vault). If certs are not found, then it could self-generate

DumpySquare commented 2 years ago

configured with mvp release of 1.1.0+