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

fix: Rename ExternalMqtt.SecretPath to SecretName #1095

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs_src/microservices/core/command/Ch-Command.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Below are only the additional settings and sections that are specific to Core Co
| QOS | 0 | Quality of Service 0 (At most once), 1 (At least once) or 2 (Exactly once) |
| Retain | true | Retain setting for MQTT Connection |
| SkipCertVerify | false | Indicates if the certificate verification should be skipped |
| SecretPath | `mqtt` | Name of the path in secret provider to retrieve your secrets. Must be non-blank. |
| SecretName | `mqtt` | Name of the path in secret provider to retrieve your secrets. Must be non-blank. |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Name needs to stay as SecretPath since we didn't hold up the release for the breaking change.

| AuthMode | `none` | Indicates what to use when connecting to the broker. Must be one of "none", "cacert" , "usernamepassword", "clientcert". <br />If a CA Cert exists in the SecretPath then it will be used for all modes except "none". |
=== "ExternalMqtt.Topics"
|Property|Default Value|Description|
Expand Down