Andrew Azores
Andrew Azores
Seems to be working well now from manual testing :-) Inspecting the files that are created as well as some pre-existing ones from older runs: ```bash $ tree conf conf...
I'm unable to delete archived recordings: ``` Sep 08, 2022 2:44:54 PM io.cryostat.core.log.Logger info INFO: Connection for service:jmx:rmi:///jndi/rmi://���:9091/jmxrmi closed Sep 08, 2022 2:44:54 PM io.cryostat.core.log.Logger error SEVERE: Exception thrown org.openjdk.jmc.rjmx.ConnectionException...
Downstream builds currently have 5.4.1 as the latest version, though 5.6.0 is available for upstream. Once 5.5.0+ is available downstream then this issue should be addressed.
@ebaron the `OpenShiftAuthManager` implementation has user-scoped `OpenShiftClient` instances, where each one of those clients is instantiated using a user-supplied OAuth token (via the API `Authorization` headers and bearer tokens), plus...
Sounds good. For each of your event implementations, please add "Related #461" to the PR body so they all get linked back to this issue. We'll add them incrementally, one-by-one,...
Sure, an event to track auth API requests probably makes sense, including information about if the request failed. The `todo` here is more about the "list namespaces" check, which currently...
I think a simple, generic event that basically just records that an authentication action occurred and the duration it took to validate the request would still be worth adding. Realistically...
I think that one can count as "related to" this issue, although given that it's in -core and is really primarily used but indirectly in -reports, it's a little bit...
`JMCConnection` has been moved to https://github.com/rh-jmc-team/container-jfr-core
This is improved since #23 since fewer classes directly establish connections, but NetworkResolver, RecordingExporter, and SocketClientReaderWriter need testing. Particularly the latter two as they are larger and relatively complex.