Update YAML File
Update the Proficy Authentication .yml file.
- Generate Keytab File.
- Copy the keytab file from the Active Directory server, and paste it anywhere on the Proficy Authentication machine.
- Make a note of the keytab file location on the Proficy Authentication machine.
- Log in to the computer machine where Proficy Authentication is installed.
-
Access the
uaa.yml
file.The file is located atC:\ProgramData\GE\Operations Hub\uaa-config\uaa.yml
-
To modify, open
uaa.yml
in any text editor.Example: Notepad++ -
Search for
kerberos
and enter values for the following keys:service-principal Enter the service principal name. For more information, refer to Create Service Principal. keytab-location Enter the location path where you copied the keytab file on this machine. For example:kerberos: service-principal: HTTP/[email protected] keytab-location: 'file:///C:/ProgramData/GE/Proficy Authentication/uaa-config/myskullcave.keytab'
- Save and close the modified file.
-
Restart the
GE Proficy Authentication Tomcat Web Server
service.- Access the Windows Run dialog.
-
Enter
services.msc
to open the Services screen. -
Right-click
GE Proficy Authentication Tomcat Web Server
and select Restart.