Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-2587

Login option not showing up if home screen allows anonymous access.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.7.1, 0.8.0
    • None
    • front-end, zeppelin-server
    • None

    Description

      If the shiro.ini configuration file is modified to protect some urls by a user / password / role while the home screen still allows for anonymous access, Zeppelin does not show a login button or login option under the username menu.

      In this case the only way to login is to access some url which does not allow anonymous access (e.g. the interpreter menu), which will then prompt for login.

      To reproduce the issue use the following setup in shiro.ini

      [urls]
      /api/version = anon
      /#/notebook/** = anon
      /api/interpreter/** = authc, roles[admin]
      /api/configurations/** = authc, roles[admin]
      /api/credential/** = authc, roles[admin]
      #/** = anon
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              email@christian-fries.de Christian Fries
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: