Andrew Azores
Andrew Azores
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...
Closes #939 Closes #938 (the subtree update model and built-in discovery mechanisms already work this way) Includes: - [x] #1026 - [x] #1029 - [ ] #1032
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...
Parent: https://github.com/cryostatio/cryostat/issues/936 Internally we currently have the `MergingPlatformClient` that serves this goal, but only for the hardcoded and included implementations within Cryostat. We need to generify this and expose it...
Parent: https://github.com/cryostatio/cryostat/issues/936 To serve the needs of parent 3, we should add some form of database container to the Cryostat deployment. This needs to be able to hold information about...
Currently, stored credentials are essentially a conceptual mapping like ``. This works well enough, but it doesn't work well for larger-scale application deployments, or in particular for deployments with varying...
> Should I be supporting multiple Accept headers like `Accept: text/html;application/json;*/*` ? I was originally going to but I realized since this is going to be an internally used endpoint,...