Uploaded image for project: 'Magnolia REST Framework'
  1. Magnolia REST Framework
  2. MGNLREST-24

Revise web access rule in role 'rest'

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 1.0
    • None
    • None
    • None

      The current web access rule should be revised:

      • DENY /.rest*
      • DENY /.rest/command
      • GET&POST /.rest/repositories*

      should be:

      • DENY /.rest*
      • DENY /.rest/commands (add 's')
      • DENY /.rest/repositories* (deny access to endpoint by default)
      • GET&POST /.rest/repositories/v1/website* (to prevent access to other workspaces by default)

        Acceptance criteria

              tmattsson Tobias Mattsson
              pmundt Philip Mundt
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD