Skip to content

Commit

Permalink
Addressed issue# 2889
Browse files Browse the repository at this point in the history
Wrapped the text of hte blog post in rawtext tags so that Liquid doesnt try to interpret them as variables.

Signed-off-by: kaimmej <[email protected]>
  • Loading branch information
kaimmej committed May 21, 2024
1 parent 5779169 commit b59efa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _posts/2024-05-16-Announcing-Data-Prepper-2.8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ kafka-pipeline:
authentication:
sasl:
plain:
{% raw %}
username: "${{aws_secrets:kafka-secret:username}}"
password: "${{aws_secrets:kafka-secret:password}}"
{% endraw %}
sink:
...
```
Expand Down

0 comments on commit b59efa7

Please sign in to comment.