Corrected Keystore setup instructions for minion on docker

Description

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

Environment

Docker

Acceptance / Success Criteria

None

Activity

Show:

Mark Mahacek August 1, 2023 at 11:15 PM

This was partially fixed already. https://github.com/OpenNMS/opennms/pull/6474 to complete the suggestions in the previous PR.

Benjamin Reed July 25, 2023 at 2:21 PM

thanks for the submission!

Devesh Chaturvedi July 25, 2023 at 6:20 AM

PR:

Fixed

Details

Assignee

Reporter

Components

Affects versions

Priority

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