mirror of https://github.com/dapr/docs.git
Merge pull request #3553 from hhunter-ms/issue_3250
[pub/sub pulsar] Add suggested warning re sensitive params
This commit is contained in:
commit
40a0d1bd62
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue