[ 
https://issues.apache.org/jira/browse/GEODE-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jens Deppe updated GEODE-737:
-----------------------------
    Component/s:     (was: management)
                 pulse

> Unable to specify custom users for Pulse
> ----------------------------------------
>
>                 Key: GEODE-737
>                 URL: https://issues.apache.org/jira/browse/GEODE-737
>             Project: Geode
>          Issue Type: Bug
>          Components: pulse
>            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)

Reply via email to