cryostat-legacy icon indicating copy to clipboard operation
cryostat-legacy copied to clipboard

KubeApiPlatformStrategy needs a real AuthManager implementation

Open andrewazores opened this issue 4 years ago • 0 comments

Currently, the KubeApiPlatformStrategy uses the NoopAuthManager, so any user is able to access ContainerJFR and the only auth layer is target application JMX auth. A new KubeAuthManager should be implemented and used by default for this platform strategy. Most likely this will look very similar to the existing OpenShiftAuthManager.

andrewazores avatar Oct 23 '20 14:10 andrewazores