Andrew Azores

Results 164 issues of Andrew Azores

The match expression is provided a "target" object in global scope, which has a mostly fixed structure like this: ```json { "alias": "string", "connectUrl": "string", "labels": { "key": "value" },...

feat

There should be a `GET /api/v2/targets/:targetId/templates` endpoint that returns a JSON representation of a template, with a list of event objects, where the event objects contain the name, ID, description,...

feat

Backend side for https://github.com/cryostatio/cryostat-web/issues/225

help wanted
feat

Currently we have lots of unit test coverage, including for things like API request handlers, but we should also have a battery of integration tests to truly exercise the API...

good first issue
feat

V2+ API handlers should return paginated results for things like targets, archived recordings, active recordings, templates, event types.

feat

Part of #333 Similar to #334, `entrypoint.sh` currently creates the self-signed SSL/TLS certificate at container startup time. This takes time and also results in each redeployed instance having a different...

question
feat

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...

high-priority
feat

#299 added the ability to `POST` certificates to the ContainerJFR `truststore`. This has been tested with `.cer` (`.der` binary) certificates produced with `keytool -genkeypair`, but should also be tested with...

feat

There are some interesting development-time features that Quarkus would offer, as well as a growing ecosystem of tooling that would make lots of things quicker and easier. https://developers.redhat.com/devnation/tech-talks/quarkus-kubernetes-nirvana

help wanted
feat