cryostatio / cryostat-web

Web front-end for Cryostat: Secure JDK Flight Recorder management for containerized JVMs
https://cryostat.io/
Other
10 stars 20 forks source link

chore(oauth): remove unused openshift-specific logout function #1236

Closed andrewazores closed 4 months ago

andrewazores commented 4 months ago

Welcome to Cryostat! 👋

Before contributing, make sure you have:

To recreate commits with GPG signature git fetch upstream && git rebase --force --gpg-sign upstream/main


Related to https://github.com/cryostatio/cryostat3/issues/365

Description of the change:

Removes unused code that was left in "just in case". In https://github.com/cryostatio/cryostat3/pull/366 and https://github.com/cryostatio/cryostat-helm/pull/131 I have determined that it really is not needed anymore due to the new authproxy architecture.