Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Installation
- Copy IPAM_Docker folder from the distribution to Linux server.
- Connect to Linux server.
- Open IPAM_Docker folder.
Run bash-script using command below:
Code Block language bash 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-pam folder
Code Block language bash cd /etc/indeed-identity/indeed-pam
Run containers with the PAM Access server components:
Code Block language bash sudo docker compose -f docker-compose.managementaccess-server.yml up -d or sudo docker-compose -f docker-compose.managementaccess-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):
Code Block language bash sudo docker compose -f docker-compose.access-server.yml down sudo docker compose -f docker-compose.access-server.yml up -d