-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add auth request event #522
Add auth request event #522
Conversation
You would need to build your Cryostat image and push it to a registry (ex. quay.io , under your own account/namespace). Then you can deploy your custom Cryostat image in CRC using the Operator. Once it's running in CRC it will automatically select the OpenShiftAuthManager, so set up a recording with the ALL metatemplate and after that most things you do will trigger the event to be recorded. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've just built and deployed this to my crc instance and it looks great.
Glad it's working! I actually haven't been able to test this yet because my |
df08527
to
7095421
Compare
src/main/extras/app/Cryostat.xml
Outdated
@@ -3,13 +3,24 @@ | |||
see Window -> Flight Recorder Template Manager. | |||
--> | |||
<configuration version="2.0" label="Cryostat" description="Continuous self-profiling for Cryostat" provider="Cryostat"> | |||
<event name="io.cryostat.net.TargetConnectionManager.JMXConnectionOpened"> | |||
<event name="io.cyostat.net.OpenShiftAuthManager.AuthRequest"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: 'cyostat'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The web-client
submodule shouldn't be updated by this PR
2426ac6
to
f30a7a7
Compare
… 3.2.5 to 3.3.0 (cryostatio#522) build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Related #461
Not tested yet.
How can I trigger the
OpenShiftAuthManager
to emit an event?