Uploaded image for project: 'Red Hat Data Grid'
  1. Red Hat Data Grid
  2. JDG-5117

Support masked and external credential store passwords

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • RHDG 8.4.1 GA
    • None
    • Server
    • None

      Instead of providing credential store’s master password in the clear, we should allow providing that password using a pseudo credential store.

      Command
      External command using java.lang.ProcessBuilder. If parameters are needed, they are supplied using a comma-separated list of strings. An external command refers to any executable from the operation system, for example a shell script or an executable binary. The password is read from the standard output of the executed command.

      <command-credential command="/path/to/command.sh arg1 arg2"/>
      

      MASK
      Masked password using PBE, or Password Based Encryption. It must be in the following format, which includes the SALT and ITERATION values:

      MASKED_VALUE;SALT;ITERATION

      <masked-credential masked="NqMznhSbL3lwRpDmyuqLBW==;12345678;123"/> 

       

            ttarrant@redhat.com Tristan Tarrant
            ttarrant@redhat.com Tristan Tarrant
            Gustavo Lira Silva Gustavo Lira Silva
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: