Skip to content

Commit 4e68e4a

Browse files
fix up documentation of header processes
1 parent f802f84 commit 4e68e4a

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

  • docs/automate/cmemc-command-line-interface/configuration
    • file-based-configuration
    • getting-credentials-from-external-processes

docs/automate/cmemc-command-line-interface/configuration/file-based-configuration/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ This variable defaults to `$PYTHON_HOME/site-packages/certifi/cacert.pem`.
273273

274274
#### CMEMC_CUSTOM_HEADER_*
275275

276-
Setting this allows all http requests cmemc does to use the specified custom headers as well.
276+
Enabling this setting ensures that all HTTP requests made by cmemc include the specified custom headers.
277277

278-
The `CMEMC_CUSTOM_HEADER_` prefix gets stripped from the header, so only `*` will remain.
278+
The CMEMC_CUSTOM_HEADER_ prefix is automatically removed, so only the header name (*) is used in the request.
279279

280-
This variable defaults to `none`
280+
By default, this variable is set to none.

docs/automate/cmemc-command-line-interface/configuration/getting-credentials-from-external-processes/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tags:
66
- Security
77
- cmemc
88
---
9+
910
# Getting Credentials from External Processes
1011

1112
## Introduction
@@ -89,6 +90,7 @@ OAUTH_CLIENT_SECRET_PROCESS=["getpass.sh", "parameter1", "parameter2"]
8990
```
9091

9192
Note: You need to define a named connection for this to take effect. Using the `[DEFAULT]` section fallback will not execute the process.
93+
9294
### Example: MacOS Keychain
9395

9496
Here is a working example with the MacOS Keychain, which can be queried with the command line tool `security`.

0 commit comments

Comments
 (0)