Releases: outbit/pivportal
Releases · outbit/pivportal
v0.0.5
v0.0.4
Features
- Added screenshots to README.md
- Show DN in error message to identify what DN to add to authorize access.
- Improved unit testing
- Web UI is more descriptive with error messages
- Makefile includes building rpm and Debian packages
- Docker container image builds unique client CA keys for each running container.
Bug Fixes
- Client CA Keys had passwords which made it unusable by the current pam_pivportal. Removed the passwords.
v0.0.3
- Added expiration of requests, defaults to 60 seconds.
- Added client certificate authentication for Linux Clients. Only trusted hosts can request authentication.
- Fixed installation of data_files
- Docker image creates ssl certificates.
- Added support for config files for both the pam module and server.
v0.0.2
Not Production ready! Experimental release.
- Pam module works
- Docker container works
- Apache2 is configured with ssl and by default is configured to require Certificates to login.
- Basic functionality implemented for approval and disapproval of auth request.
v0.0.1
Not Production ready! Experimental release.
- Basic Project Layout