Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-5084

Why does the elytron layer bring in access control?

XMLWordPrintable

      The following shows the set of changes created by adding the elytron layer to a provisioned server:

      https://gist.github.com/darranl/68f4a3d60560dae9a9225ec1a0e35a9f/revisions

      This includes the following:

          <management>
              <access-control provider="simple">
                  <role-mapping>
                      <role name="SuperUser">
                          <include>
                              <user name="$local"/>
                          </include>
                      </role>
                  </role-mapping>
              </access-control>
          </management>
      

      Shouldn't this section be added if any form of authenticated management is added instead?

            darran.lofthouse@redhat.com Darran Lofthouse
            darran.lofthouse@redhat.com Darran Lofthouse
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: