wallarm/api-firewall

Feature Suggestion - x509 key pair authentication

Closed this issue · 4 comments

This application is a really nice tool and I can imagine numerous applications for this model. What I would like to suggest is an additional module that would allow for zero trust via x509 key pair. This would allow users to deploy unconfigured versions on their applications and the said application could just auth with a key pair, request what it needs to request for an initial configuration download.

Private key verification could be integrated into cloud-based key storage like Google KMS, an intermediate CA, or even stored locally on the host machine's file system or k8s secrets.

Do you mean just to add client SSL certificate support at proxy?

already supported

auth with a key pair

@kbrewer92 Did you mean mutual TLS authentication?