Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-14148

Custom security providers in the server

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Major
    • 15.0.3.Final
    • None
    • Security, Server
    • None

    Description

      Add the ability to initialize custom security providers and make them available to the rest of the server

      <security xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:infinispan:server:14.0 https://infinispan.org/schemas/infinispan-server-14.0.xsd"
                xmlns="urn:infinispan:server:14.0">
         <providers>
            <provider name="keystore-pkcs11" class-name="sun.security.pkcs11.SunPKCS11" configuration="/path/to/pkcs11.cfg"/>
           <provider name="truststore-pkcs11" class-name="sun.security.pkcs11.SunPKCS11" configuration="/another/path/to/pkcs11.cfg"/>
            </provider>
         </providers>
      

      Attachments

        Activity

          People

            ttarrant@redhat.com Tristan Tarrant
            ttarrant@redhat.com Tristan Tarrant
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: