dev4vater / vater

11 stars 4 forks source link

added authorized keys for semaphore #264

Closed Donovan-Medina closed 2 years ago

Donovan-Medina commented 2 years ago
  1. Semaphore was not able to run tasks such as "create falling star" since SSH would fail. Adding the semaphore.pub to /home/control/.ssh/authorized_keys would allow semaphore to ssh seamlessly. setup.sh expands upon this by appending the semaphore.pub if it doesn't exist in the authorized_keys.

  2. Terraform hangs. Using vater kill defaults to SIG-TERM which is the 'nice' way of killing a process. However this gracious kill takes time and may fail. Changed to kill -9 that will forcefully kill the terraform process.