Skip to content

Commit ad233ee

Browse files
committed
Fix diffs
1 parent 554d5a0 commit ad233ee

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

jfrog-applications/jfrog-cli/get-started/configurations/jfrog-platform-configuration.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,20 @@ Starting from version 2.75.0, `jf c add` supports authentication using OIDC toke
6262
| **Command options:** | |
6363
| `--access-token` | <p>[Optional]</p><p>Access token.</p> |
6464
| `--artifactory-url` | <p>[Optional]</p><p>JFrog Artifactory URL. (example: https://acme.jfrog.io/artifactory)</p> |
65-
| `--basic-auth-only` | <p>[Default: false]</p><p>Used for Artifactory authentication. Set to true to disable replacing username and password/API key with automatically created access token that's refreshed hourly.</p> |
65+
| `--basic-auth-only` | <p>[Default: false]</p><p>Used for Artifactory authentication. Set to true to disable replacing username and password/API key with automatically created access token that's refreshed hourly. Username and password/API key will still be used with commands which use external tools or the JFrog Distribution service. Can only be passed along with username and password/API key options.</p> |
6666
| `--client-cert-key-path` | <p>[Optional]</p><p>Private key file for the client certificate in PEM format.</p> |
6767
| `--client-cert-path` | <p>[Optional]</p><p>Client certificate file in PEM format.</p> |
6868
| `--dist-url` | <p>[Optional]</p><p>Distribution URL. (example: https://acme.jfrog.io/distribution)</p> |
69-
| `--enc-password` | <p>[Default: true]</p><p>If true, the configured password will be encrypted.</p> |
70-
| `--insecure-tls` | <p>[Default: false]</p><p>Set to true to skip TLS certificates verification.</p> |
69+
| `--enc-password` | <p>[Default: true]<br>If true, the configured password will be encrypted using Artifactory's <a href="https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-GetUserEncryptedPassword">encryption API</a> before being stored. If false, the configured password will not be encrypted.</p> |
70+
| `--insecure-tls` | <p>[Default: false]</p><p>Set to true to skip TLS certificates verification, while encrypting the Artifactory password during the config process.</p> |
7171
| `--interactive` | <p>[Default: true, unless $CI is true]</p><p>Set to false if you do not want the config command to be interactive.</p> |
72-
| `--mission-control-url` | <p>[Optional]</p><p>JFrog Mission Control URL.</p> |
72+
| `--mission-control-url` | <p>[Optional]</p><p>JFrog Mission Control URL. (example: https://acme.jfrog.io/ms)</p> |
7373
| `--password` | <p>[Optional]</p><p>JFrog Platform password.</p> |
74-
| `--ssh-key-path` | <p>[Optional]</p><p>SSH key file path for authentication.</p> |
75-
| `--url` | <p>[Optional]</p><p>JFrog Platform URL.</p> |
74+
| `--ssh-key-path` | <p>[Optional]</p><p>For authentication with Artifactory. SSH key file path.</p> |
75+
| `--url` | <p>[Optional]</p><p>JFrog Platform URL. (example: https://acme.jfrog.io)</p> |
7676
| `--user` | <p>[Optional]</p><p>JFrog Platform username.</p> |
77-
| `--xray-url` | <p>[Optional]</p><p>Xray URL.</p> |
78-
| `--overwrite` | <p>[Available for <em>config add</em> only]<br>[Default: false]<br>Overwrites the instance configuration if an instance with the same ID already exists.</p> |
77+
| `--xray-url` | \[Optional] Xray URL. (example: https://acme.jfrog.io/xray) |
78+
| `--overwrite` | <p>[Available for <em>config add</em> only]<br>[Default: false]<br>Overwrites the instance configuration if an instance with the same ID already exists.</p> |
7979
| `--oidc-provider-name` | <p>[Optional]</p><p>OIDC provider name for CI authentication.</p> |
8080
| `--oidc-provider-type` | <p>[Default: GitHub]</p><p>OIDC provider type (e.g., GitHub, Azure).</p> |
8181
| `--oidc-token-id` | <p>[Optional]</p><p>The OIDC token ID to use for authentication.</p> |

0 commit comments

Comments
 (0)