Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-9487

Hawtio HTTP security enhancements aren't applied to Spring Boot applications

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • fuse-7.2
    • fuse-7.1
    • Hawtio
    • None
    • % %
    • Fuse 7.2 Sprint 34

    Description

      ENTESB-7876 doesn't work on a Spring Boot application with the following configuration:

          public static void main(String[] args) {
              System.setProperty("hawtio.http.strictTransportSecurity", "max-age=31536000; includeSubDomains; preload");
              System.setProperty("hawtio.http.publicKeyPins", "pin-sha256=\"...\"; max-age=5184000; includeSubDomains");
              SpringApplication.run(YourSpringBootApplication.class, args);
          }
      

      Attachments

        Activity

          People

            rhn-support-tasato Tadayoshi Sato
            rhn-support-tasato Tadayoshi Sato
            Lucia Drozdova Lucia Drozdova
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: