Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Global user. 
    • Role: Automated Agent
    • Corresponding properties: 
  2. Anonymous user. 
    • Role: Do not select any roles
    • Corresponding properties: eaglei.anonymousExtended.user & eaglei.anonymousExtended.password

2. Add the additional system users to the corresponding properties file

In the SSH terminal:

  1. Stop tomcat (Customize eagle-i repository -> Stop the running tomcat instance)
  2. Go to the eagle-i configuration directory
    • cd ${REPO_HOME}
  3. Open the eagle-i-apps-credentials.properties file in the text editor of your choice.
    • vim eagle-i-apps-credentials.properties
  4. Add the credentials for the two system user that were just created:
    • Global user
      • eaglei.datatools.globals.user
      • eaglei.datatools.globals.password
    • Anonymous user
      • eaglei.anonymousExtended.user
      • eaglei.anonymousExtended.password
  5. Save your changes.
  6. Start tomcat (Customize eagle-i repository -> Start tomcat)
Code Block
languagebash
themeEmacs
titleFinish repo
linenumberstrue
[root@ip-172-31-54-208 sparqler]# cd /opt/eaglei/conf/
[root@ip-172-31-54-208 conf]# vim eagle-i-apps-credentials.properties
 
##### eagle-i-apps-credentials.properties file ####
# GLOBAL SERVICE
eaglei.datatools.globals.user=dtgu
eaglei.datatools.globals.password=dtgp

# Catalyst service
eaglei.anonymousExtended.user=eaeu
eaglei.anonymousExtended.password=eaep