Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-13706

Incorrect Elytron CLI command in How to Configure Identity Management guide

    XMLWordPrintable

Details

    Description

      Book: How to Configure Identity Management
      Revision: c5ece0e
      Section: 2.2. Configure Authentication with a Properties File-Based Identity Store

      There is incorrect Elytron CLI command for adding properties-realm in section 2.2. Configure Authentication with a Properties File-Based Identity Store. This command was valid when documetation was created but in current version of Elytron it is wrong because plain-text was moved to users-properties.

      We checked all Elytron related commands (since Elytron model was changed during development) and this is the only wrong command in all guides.

      We believe it is simple fix - change CLI command:

      /subsystem=elytron/properties-realm=examplePropRealm:add(groups-attribute=groups,groups-properties={path=example-roles.properties,relative-to=jboss.server.config.dir},users-properties={path=example-users.properties,relative-to=jboss.server.config.dir},plain-text=true)
      

      to:

      /subsystem=elytron/properties-realm=examplePropRealm:add(groups-attribute=groups,groups-properties={path=example-roles.properties,relative-to=jboss.server.config.dir},users-properties={path=example-users.properties,relative-to=jboss.server.config.dir,plain-text=true})
      

      Attachments

        Activity

          People

            rhn-support-pnag Priyanka Pandey
            olukas Ondrej Lukas (Inactive)
            Ondrej Lukas Ondrej Lukas (Inactive)
            Ondrej Lukas Ondrej Lukas (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: