6 ms·
The client cert based auth would be for the app access. Our use-case is review apps, i.e. <some-feature>.example.com should only be accessible by users with a
by felixhummel 2y ago
The client cert based auth would be for the app access.
Our use-case is review apps, i.e. <some-feature>.example.com should only be accessible by users with a valid client cert. Currently we use Caddy, but I'd like to give clace a shot for this. :)
- ajayvk 2y agoI created https://github.com/claceio/clace/issues/33 https://github.com/claceio/clace/issues/33 to track this
- ajayvk 2y agomTLS support has been added for apps. Docs are at https://clace.io/docs/configuration/authentication/#client-cert-authentication-mtls https://clace.io/docs/configuration/authentication/#client-c.... Release v0.7.5 has the change