Project implementing a sample Mutual Authentication (mTLS) solution using Quarkus
3.1K
This Docker image provides a sample Quarkus application configured for mutual TLS (mTLS) authentication. The project demonstrates how to secure REST endpoints using mTLS, manage client and server certificates, role and attribute mapping, and access policies.
/api/v1/connection-info/info and /api/v1/connection-info/user-identity.docker pull amusarra/quarkus-mtls-auth:latest
docker run -p 8443:8443 amusarra/quarkus-mtls-auth:latest
The application will be available at https://localhost:8443.
For details on configuration, certificate generation, and mTLS testing, see:
Content type
Image
Digest
sha256:aa74360f8…
Size
181.7 MB
Last updated
11 months ago
docker pull amusarra/quarkus-mtls-auth