Max Cao
Max Cao
In the docs, under https://github.com/cryostatio/cryostat/blob/main/README.md#user-authentication--authorization It says > Where abc123 and def987 are substituted for the SHA-256 sum hexes of the desired user passwords. These can be obtained by ex....
Fixes #880 Depends on #1016 Thoughts? I made a new class called EvalMapService which only purpose is to serve the json-output through the ReportService and it uses a lot of...
Fixes #1030
## Describe the feature From some discussion about re-formatting front-end rendering of Automated Analysis results because of the recent cryostat-core bump which updated JMC to version 8, there are mutliple...
How to reproduce: 1. Do some changes on cryostat: a. ex. go to `HealthGetHandler` and change the `Map.of("cryostatVersion", appVersion.getVersionString(), etc.) `to something else) 2. run `mvn clean -DskipTests -Dheadless=true package...
In the longer term I'm tempted to say let's do something much more radical. We can safely embed those details about the source target (alias, connectUrl, JVM ID, labels/annotations) into...
There are some integration tests that have been ported directly from the cryostat repo, but are disabled that need fixing. There are some that also haven't been ported over. Here's...
### What is the URL of the document? https://sdk.operatorframework.io/docs/building-operators/golang/tutorial/ https://sdk.operatorframework.io/docs/building-operators/golang/migration/ ...etc ### Which section(s) is the issue in? `Create a new API and Controller` (tutorial) `What was changed` (migration) ###...
### Proposal Currently, there exists the normal `Secret` Auth Provider which you can use to reference an embedded token for your scaler. Since Kubernetes 1.22, there is the [Bound service...