Installation

  1. Copy IPAM_Docker folder from the distribution to Linux server.
  2. Connect to Linux server.
  3. Open IPAM_Docker folder.
  4. Run bash-script using command below:

    sudo bash indeed-pam-linux.sh
  5. Enter 2 to install SSH Proxy component

  6. Finish the script after installing.
  7. Edit the ssh-proxy configuration file /etc/indeed-identity/indeed-pam/ssh-proxy/appsettings.json if necessary (CoreUrl, IdpUrl, SshProxySecret from Secrets.json file ).
  8. Go to /etc/indeed-identity/indeed-pam folder 

    cd /etc/indeed-identity/indeed-pam
  9. 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
  10. 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


  • No labels