Problem: The instructions in the manual for obtaining the ‘oauth_consumer_key’ and ‘oauth_consumer_secret’ are out-of -date, in section 3.2.3 Installation Scenarios
Thanks for pointing this out. It’d be a great place to make a contribution now that you already know what needs to change. Here is the nightly page of that manual:
We typically update the nightly page in a PR. When it gets approved, we update the PR to update all other affected versions. This makes it easier when changes are requested because it saves you from making those changes in all files.
Question: The changes need to occur in a two spots (repeated text), should that be factored out with the new change? I’m thinking “Keep it simple” and repeat the text, a second time.
Existing Text:
Fill in the OAuth consumer key and secret values from your Foreman instance, retrieve them from Administer > Settings > Authentication, and set the Foreman URLs appropriately.
First Draft Replacement Text:
Fill in the OAuth consumer key and secret values from your Foreman instance, retrieve them from your Foreman server, using: grep oauth_consumer /etc/foreman/settings.yaml, and set the Foreman URLs appropriately.