Hi team,
Is there any way to encrypted default username/password in
pulse.properties:
# JMX User Properties
pulse.jmxUserName=admin
pulse.jmxUserPassword=admin
spring-security.xml:
<!-- Default user authentication -->
<beans:beans profile="pulse.authentication.default">
<authentication-manager>
<authentication-provider>
<user-service>
<user name="admin" password="admin"
authorities="ROLE_CLUSTER:READ,ROLE_DATA:READ"/>
</user-service>
</authentication-provider>
</authentication-manager>
I want to set default username/password to be in encrypted from in above file.
Please suggest.
Thanks,
Dinesh Akhand
-----Original Message-----
From: Dinesh Akhand
Sent: Tuesday, June 27, 2017 12:34 PM
To: [email protected]
Subject: want to encrypt default username/password in properties files or xml
with default encrypted values.
Hi Team,
Default user name /password are defined in spring-security.xml and
pulse.properties file.
As below.
./geode/locator0/GemFire_anmuser/services/http/0.0.0.0_20248_pulse/webapp/WEB-INF/spring-security.xml:
<user name="admin" password="admin"
./geode/locator0/GemFire_anmuser/services/http/0.0.0.0_20248_pulse/webapp/WEB-INF/classes/pulse.properties:pulse.jmxUserPassword=admin
What is the correct way to set the default encrypted username/password in these
config files.
Please suggest.
Thanks,
Dinesh Akhand
This message and the information contained herein is proprietary and
confidential and subject to the Amdocs policy statement,
you may review at https://www.amdocs.com/about/email-disclaimer
<https://www.amdocs.com/about/email-disclaimer>
This message and the information contained herein is proprietary and
confidential and subject to the Amdocs policy statement,
you may review at https://www.amdocs.com/about/email-disclaimer
<https://www.amdocs.com/about/email-disclaimer>