Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-2714

Update helloworld and simpleapp with permissions to allow users to logout (!)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.0.0-M6
    • None
    • None

    Description

      helloworld jpa SNAPSHOT, 'bob' login cannot log out

      I guess this might be a permissions problem?

      sven = pass, admin_role
      dick = pass, user_role, self-install_role
      bob  = pass, user_role, self-install_role, conf_role, sudo_role, features_role, metamodel_role, jdo_role, h2_role, swagger_role
      joe  = pass, user_role, self-install_role
      guest = guest, user_role
      
      
      
      # -----------------------------------------------------------------------------
      # Roles with assigned permissions
      #
      # Each line conforms to the format defined in the
      # org.apache.shiro.realm.text.TextConfigurationRealm#setRoleDefinitions JavaDoc
      # -----------------------------------------------------------------------------
      
      [roles]
      # role = perm1, perm2, perm3, ...
      # perm in format: packageName:className:memberName:r,w
      
      user_role =   organisation:*:*:*,\
                    currency:*:*:*,\
                    isis.applib:*:*:*,\
                    isis.security:*:*:*
      conf_role =   isis.conf:*:*:*
      sudo_role =   isis.sudo:*:*:*
      features_role =   isis.feat:*:*:*
      metamodel_role =   isis.metamodel:*:*:*
      h2_role =   isis.ext.h2Console:*:*:*
      jdo_role =   isis.persistence.jdo:*:*:*
      swagger_role =   isis.viewer.restfulobjects:*:*:*
      self-install_role = *:FixtureScripts:*:*
      admin_role = *
      
       

      Attachments

        Activity

          People

            danhaywood Daniel Keir Haywood
            danhaywood Daniel Keir Haywood
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: