Skip to content

Commit

Permalink
Merge pull request #10368 from bmcelvee/BZ1473483
Browse files Browse the repository at this point in the history
Bug 1473438 Clarify your_private_key in patch commands
  • Loading branch information
bmcelvee committed Jul 19, 2018
2 parents 4eaaf7b + 7b16a9a commit 141eeb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install_config/aggregate_logging.adoc
Expand Up @@ -990,6 +990,12 @@ $ oc patch secrets/logging-fluentd --type=json \
--patch "[{'op':'add','path':'/data/your_private_key','value':'$(base64 /path/to/your_private_key.pem)'}]"
----

[NOTE]
====
Replace `your_private_key` with a generic name. This is a link to the JSON path,
not a path on your host system
====

When configuring the external aggregator, it must be able to accept messages
securely from Fluentd.

Expand Down

0 comments on commit 141eeb8

Please sign in to comment.