Merge pull request #3553 from hhunter-ms/issue_3250

[pub/sub pulsar] Add suggested warning re sensitive params
This commit is contained in:
Hannah Hunter 2023-06-19 13:53:49 -04:00 committed by GitHub
commit 40a0d1bd62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,11 @@ spec:
}
```
{{% alert title="Warning" color="warning" %}}
The above example uses secrets as plain strings. It is recommended to use a [secret store for the secrets]({{< ref component-secrets.md >}}). This component supports storing the `token` parameter and any other sensitive parameter and data as Kubernetes Secrets.
{{% /alert %}}
## Spec metadata fields
| Field | Required | Details | Example |