You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jens Deppe (JIRA)" <ji...@apache.org> on 2016/01/07 16:48:39 UTC

[jira] [Created] (GEODE-737) Unable to specific custom users for Pulse

Jens Deppe created GEODE-737:
--------------------------------

             Summary: Unable to specific custom users for Pulse
                 Key: GEODE-737
                 URL: https://issues.apache.org/jira/browse/GEODE-737
             Project: Geode
          Issue Type: Bug
          Components: management
            Reporter: Jens Deppe


Even though we don't have Pulse yet, I'm still adding this from Trac.

When following these instructions http://gemfire.docs.pivotal.io/docs-gemfire/latest/tools_modules/pulse/quickstart.html I am unable to get them to work.

The example which uses a properties file results in not being able to log in at all (incorrect credentials). The example which includes a specific set of users allows me to log in, but then I get a 403 on any subsequent pages. The config I am using looks like this:
{noformat}
<beans:beans xmlns="http://www.springframework.org/schema/security"
   xmlns:beans="http://www.springframework.org/schema/beans"
   xmlns:context="http://www.springframework.org/schema/context"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.springframework.org/schema/beans
   http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
   http://www.springframework.org/schema/security
   http://www.springframework.org/schema/security/spring-security-3.1.xsd
   http://www.springframework.org/schema/context
   http://www.springframework.org/schema/context/spring-context-3.2.xsd">
  <authentication-manager>
    <authentication-provider>
      <user-service id="userDetailsService">
        <user name="foo" password="foo" authorities="ROLE_USER " />
      </user-service>
    </authentication-provider>
  </authentication-manager>
</beans:beans>
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)