Fixed
Details
Assignee
Benjamin ReedBenjamin ReedReporter
Devesh ChaturvediDevesh ChaturvediComponents
Fix versions
Priority
Minor
Details
Details
Assignee
Benjamin Reed
Benjamin ReedReporter
Devesh Chaturvedi
Devesh ChaturvediComponents
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created July 25, 2023 at 6:14 AM
Updated August 1, 2023 at 11:15 PM
Resolved July 25, 2023 at 2:21 PM
The keystore setup instructions for minion on docker under section:
Initialize the keystore with credentials
mkdir keystore
chmod 10001:10001 keystore
docker-compose run -v $(pwd)/keystore:/keystore minion -s
While it should be
mkdir keystore
chown -R 10001:10001 keystore
docker-compose run -v $(pwd)/keystore:/keystore minion -s