Uploaded image for project: 'AMQ Streams'
  1. AMQ Streams
  2. ENTMQST-4071

Handle FIPS mode in the AMQ Streams Drain cleaner

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 2.2.0.GA
    • 2.1.0.GA
    • None
    • False
    • None
    • False
    • Hide
      oc set env deployments/strimzi-drain-cleaner JAVA_OPTS='-Dcom.redhat.fips=false'
      
      Show
      oc set env deployments/strimzi-drain-cleaner JAVA_OPTS= '-Dcom.redhat.fips= false '

    Description

      in AMQ Streams 2.1.0 , the AMQ Streams Drain Cleaner deployment failed with FIPS issue:

      sh
      + for arg in "$@"
      + [[ -Dquarkus.http.host=0.0.0.0 = -D* ]]
      + JAVA_OPTS=' -Dquarkus.http.host=0.0.0.0'
      + for arg in "$@"
      + [[ --kafka = -D* ]]
      + APP_OPTS=' --kafka'
      + for arg in "$@"
      + [[ --zookeeper = -D* ]]
      + APP_OPTS=' --kafka --zookeeper'
      + exec java -Dquarkus.http.host=0.0.0.0 -jar /drain-cleaner.jar --kafka --zookeeper
      __  ____  __  _____   ___  __ ____  ______
       --/ __ \/ / / / _ | / _ \/ //_/ / / / __/
       -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
      --\___\_\____/_/ |_/_/|_/_/|_|\____/___/
      2022-05-19 10:34:41,145 ERROR [io.qua.run.Application] (main) Failed to start application (with profile prod): sun.security.pkcs11.wrapper.PKCS11Exception: CKR_SESSION_READ_ONLY
      

      Attachments

        Activity

          People

            ppatiern Paolo Patierno
            rhn-support-aboucham Abel Bouchama
            Lukas Kral Lukas Kral
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: