Skip to content

Releases: outbit/pivportal

v0.0.5

07 Jan 23:24
Compare
Choose a tag to compare

Bug Fixes

  • Latest version of flask caused unit tests to fail
  • default client_ssl_cert would not be assigned correctly

New Features

  • Support High Availability
  • New Color Scheme for UI
  • Improved Unit Test Coverage
  • Top right of screen shows the username
  • Refactor of pivportal rest api

v0.0.4

02 Oct 15:30
Compare
Choose a tag to compare

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

24 Sep 21:17
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • 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

20 Sep 04:02
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

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

17 Sep 05:17
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Not Production ready! Experimental release.

  • Basic Project Layout