Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding doc re: base paths #4242

Merged
merged 9 commits into from
Apr 11, 2025
2 changes: 1 addition & 1 deletion docs/extend/extend-cli/cli-authentication-mechanisms.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To learn the authentication methods used for different services and their order

Service | Order of precedence
|:--- |:--- |
API ML | 1. username, password<br/> 2. API ML token<br/> 3. PEM certificate |
API Mediation Layer<br/><br/> **Note**: To avoid errors, update profiles for services routed<br/> through the API ML to store base path instead of port number | 1. username, password<br/> 2. API ML token<br/> 3. PEM certificate |
Db2, <br/> FTP,<br/> most other services | username, password
SSH | 1. SSH key<br/> 2. username, password
ZOSMF<br/> direct connection | 1. username, password<br/> 2. PEM certificate
4 changes: 2 additions & 2 deletions docs/user-guide/cli-ftpplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ Alternatively, you can create an FTP profile manually by adding a section that c

:::

4. Add code to the "profiles" section as shown in the following example: **[is this code correct? should this code include a `secureFtp` value?]**
4. Add code to the "profiles" section as shown in the following example:

```
"Your_ftp_profile": {
"type": "ftp",
"type": "zftp",
"properties": {
"host": "Your_host_name",
"port": Your_port_number,
Expand Down
Loading
Loading