#902 Login & logout link/page for CA, KRA, OCSP, TKS
Closed: migrated 3 years ago by dmoluguw. Opened 10 years ago by cfu.

This ticket is inspired by #846 Login & logout link/page for TPS UI

Let's add the same login/logout to other subsystems


note: Something we "may" have to tackle on is whether we are able to audit the "logout" event in CS. This potential item applies to #846 as well.

Ask me about this potential requirement when/if we get to this ticket.

See Acceptor.run() in http://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java.

socket = serverSocketFactory.acceptSocket(serverSocket);
...
closeSocket(socket);

It might be possible to modify the JSSSocketFactory in tomcatjss to wrap the server socket and the client socket such that it can intercept the acceptSocket() and closeSocket() invocations to audit the events.

Metadata Update from @cfu:
- Issue set to the milestone: UNTRIAGED

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1469

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Metadata Update from @dmoluguw:
- Issue close_status updated to: migrated
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata