cryostat-legacy
cryostat-legacy copied to clipboard
OUTDATED - See the new repository below! -- Secure JDK Flight Recorder management for containerized JVMs
Part of #1028 Related to #1028 Related to #937 Related to #938 Related to #939 Fixes #942 Fixes #943 - feat(db): add in-memory h2 database w/ Hibernate - extract StorageModule...
Currently the cryostat-web main Dashboard view is essentially empty, with nothing but a TargetSelect dropdown card and no actual information about that target displayed. The intent of the Dashboard view...
There are currently two shell scripts included in the Cryostat image: - https://github.com/cryostatio/cryostat/blob/main/src/main/extras/app/entrypoint.sh - https://github.com/cryostatio/cryostat/blob/main/src/container/include/truststore-setup.sh These should have `shellcheck` (or some equivalent linting tool) applied to them as part of...
Related https://github.com/cryostatio/cryostat-web/issues/466 Depends on https://github.com/cryostatio/cryostat-web/pull/495
Closes #939 Closes #938 (the subtree update model and built-in discovery mechanisms already work this way) Includes: - [x] #1026 - [x] #1029 - [ ] #1032
Fixes #960 Related https://github.com/cryostatio/cryostat-web/issues/442 Depends on https://github.com/cryostatio/cryostat-core/pull/141 Depends on https://github.com/cryostatio/cryostat-web/pull/473 Stores metadata labels according to each target's (hopefully unique enough) generated JVM ID and recording name inside `recordingMetadataMap`. The `recordingMetadataMap`...
In #924 the [GraphQL schema](https://github.com/cryostatio/cryostat/blob/22380ca0bd76689b3de162fb94487f1124d3775c/src/main/resources/types.graphqls#L86) for archived recordings was changed to include aggregate information alongside the actual recording list itself. ``` type Recordings { active(filter: ActiveRecordingFilterInput): [ActiveRecording!]! archived(filter: ArchivedRecordingFilterInput): Archived!...
[Task] Aliased target-specific archives doesn't display recordings created with different connectUrl
Run the devserver and open the web client. Start and archive a recording using the regular cryostat connectUrl. Add a custom target with "localhost:9091" as the connect url. When you...
Fixes #782 Container image for operator integration/testing available at `quay.io/andrewazores/cryostat:k8s-userinfo`. Currently, deploying that image using the existing mainline operator results in failing to log in with the following log: ```...
Parent: https://github.com/cryostatio/cryostat/issues/936 Depends on https://github.com/cryostatio/cryostat/issues/939 Depends on https://github.com/cryostatio/cryostat/issues/1049 Once we have an API designed for clients to provide environment and target node information to Cryostat, we should implement at least...