CopyIPAM_Dockerfolder from the distribution to Linux server.
Connect to Linux server.
OpenIPAM_Docker folder.
Run bash-script using command below:
sudo bash indeed-pam-linux.sh
Enter 2 to install SSH Proxy component
Finish the script after installing.
Edit the ssh-proxy configuration file /etc/indeed-identity/indeed-pam/ssh-proxy/appsettings.json if necessary (CoreUrl, IdpUrl, SshProxySecret from Secrets.json file ).
Go to/etc/indeed-identity/indeed-pamfolder
cd /etc/indeed-identity/indeed-pam
Run containers with the PAM Access server components:
sudo docker compose -f docker-compose.access-server.yml up -d
or
sudo docker-compose -f docker-compose.access-server.yml up -d
To restart the components of the PAM Access server, use the following commands (the commands must be executed in the /etc/indeed-identity/indeed-pam folder):
sudo docker compose -f docker-compose.access-server.yml down
sudo docker compose -f docker-compose.access-server.yml up -d