Skip to content
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

feat(HTTPS): implement HTTPS keystore #257

Merged
merged 22 commits into from
Jul 9, 2024

Commits on Jul 9, 2024

  1. init keystore

    mwangggg committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    64ea0bc View commit details
    Browse the repository at this point in the history
  2. set up server cert

    mwangggg committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4655d5c View commit details
    Browse the repository at this point in the history
  3. use TLSv1.2

    mwangggg committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5ef0a64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ed8cf8 View commit details
    Browse the repository at this point in the history
  5. refactoring config properties

    andrewazores authored and mwangggg committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    108f99e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e185e0d View commit details
    Browse the repository at this point in the history
  7. add TODO

    andrewazores authored and mwangggg committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4c3ea89 View commit details
    Browse the repository at this point in the history
  8. cleanup

    andrewazores authored and mwangggg committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ba75eb5 View commit details
    Browse the repository at this point in the history
  9. formatting

    andrewazores authored and mwangggg committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2774a79 View commit details
    Browse the repository at this point in the history
  10. avoid unnecessary String.format

    andrewazores authored and mwangggg committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d25926e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6369805 View commit details
    Browse the repository at this point in the history
  12. todo

    andrewazores authored and mwangggg committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0bab449 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1b10aec View commit details
    Browse the repository at this point in the history
  14. clean up TODOS

    mwangggg committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c655580 View commit details
    Browse the repository at this point in the history
  15. add configs to README

    mwangggg committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    39b18c3 View commit details
    Browse the repository at this point in the history
  16. reviews

    mwangggg committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    eb1e3bd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f5b7a3d View commit details
    Browse the repository at this point in the history
  18. cleanup

    mwangggg committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    caae076 View commit details
    Browse the repository at this point in the history
  19. reviews

    mwangggg committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0c830e2 View commit details
    Browse the repository at this point in the history
  20. Update src/main/java/io/cryostat/agent/MainModule.java

    Co-authored-by: Andrew Azores <[email protected]>
    Signed-off-by: Ming Yu Wang <[email protected]>
    mwangggg and andrewazores committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a7588a6 View commit details
    Browse the repository at this point in the history
  21. remove fs

    mwangggg committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f50065e View commit details
    Browse the repository at this point in the history
  22. spotless

    mwangggg committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d3806c1 View commit details
    Browse the repository at this point in the history