feat(certs): replace cert upload flow with cert listing #1240
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/main
Related to cryostatio/cryostat#306
Depends on cryostatio/cryostat#330
Description of the change:
Removes the JMX SSL cert upload modal, rewords some text associated with it, and adds a list of additional loaded certificate files to the Security card so that users can verify if the certificates required for their applications were properly supplied to the Cryostat server and if it should have loaded them to its truststore.
Without
vertx-fib-demo.cer
loaded:With
vertx-fib-demo.cer
loaded:Motivation for the change:
See #306
How to manually test:
vertx-fib-demo.cer
is here: https://github.com/andrewazores/vertx-fib-demo/blob/master/src/main/extras/app/resources/vertx-fib-demo.cercryostat3/truststore
project directory.smoketest.bash
creates a volume with that directory's contents and this becomes the additional truststore for the application within the smoketest.