Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Initial release! #2

Merged
merged 1 commit into from
Jun 9, 2020
Merged

Initial release! #2

merged 1 commit into from
Jun 9, 2020

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Jun 9, 2020

Overview

This release provides an early release version of a library intended
for use with the processing of EZproxy related files and sessions.
This library was developed specifically to support the development of
an in-progress application, so the full context may not be entirely
clear until that application is released (currently pending review).

Features: Added

  • generate a list of audit records for session-related events

    • for all usernames
    • for a specific username
  • generate a list of active sessions using audit log

    • using entires without a corresponding logout event type
  • generate a list of active sessions using active file

    • for all usernames
    • for a specific username
  • terminate user sessions

    • single user session
    • bulk user sessions
  • Go modules support (vs classic GOPATH setup)

Features: Missing

  • Anything to do with traffic log entries
  • Examples

@atc0005 atc0005 added this to the v0.1.0 milestone Jun 9, 2020
@atc0005 atc0005 self-assigned this Jun 9, 2020
@atc0005 atc0005 force-pushed the tumbled-results-week2 branch 2 times, most recently from 652b94b to 4c6f640 Compare June 9, 2020 11:59
@atc0005 atc0005 added changelog Issues with or maintenance of this project's CHANGELOG.md file CI documentation Improvements or additions to documentation linting labels Jun 9, 2020
@atc0005 atc0005 force-pushed the tumbled-results-week2 branch 2 times, most recently from 552ae23 to 4a84b0d Compare June 9, 2020 12:22
This release provides an early release version of a library intended
for use with the processing of EZproxy related files and sessions.
This library was developed specifically to support the development of
an in-progress application, so the full context may not be entirely
clear until that application is released (currently pending review).

ADDED

- generate a list of audit records for session-related events
  - for all usernames
  - for a specific username

- generate a list of active sessions using audit log
  - using entires without a corresponding logout event type

- generate a list of active sessions using active file
  - for all usernames
  - for a specific username

- terminate user sessions
  - single user session
  - bulk user sessions

- Go modules support (vs classic `GOPATH` setup)

MISSING

- Anything to do with traffic log entries
- Examples
@atc0005 atc0005 merged commit 54efc59 into master Jun 9, 2020
@atc0005 atc0005 deleted the tumbled-results-week2 branch June 9, 2020 12:34
@atc0005 atc0005 linked an issue Jun 9, 2020 that may be closed by this pull request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
changelog Issues with or maintenance of this project's CHANGELOG.md file CI documentation Improvements or additions to documentation linting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port WIP code from the "brick" project
1 participant