You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Barbara Pruijn (JIRA)" <ji...@apache.org> on 2018/02/28 00:00:00 UTC

[jira] [Resolved] (GEODE-737) Unable to specify custom users for Pulse

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

Barbara Pruijn resolved GEODE-737.
----------------------------------
    Resolution: Won't Do

> 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
>            Priority: Major
>
> 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
(v7.6.3#76005)