Skip to content

Commit 88190f3

Browse files
authored
Merge pull request opensearch-project#3802 from kolchfa-aws/liquid-fix
Fix syntax in benchmark and data prepper blogs
2 parents 24c2fca + e9ff1e2 commit 88190f3

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

_posts/2025-04-21-OpenSearch-Becnhmark--An-Update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: post
3-
title: OpenSearch Benchmark: An update
3+
title: "OpenSearch Benchmark: An update"
44
authors:
5-
- govkamat
5+
- govkamat
66
date: 2025-05-12 12:30:00 -0600
77
categories:
88
- community

_posts/2025-04-24-Announcing-Data-Prepper-2.11.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: post
3-
title: 'Announcing OpenSearch Data Prepper 2.11: Supercharged OpenTelemetry and even more sources'
3+
title: "Announcing OpenSearch Data Prepper 2.11: Supercharged OpenTelemetry and even more sources"
44
authors:
5-
- san81
6-
- kkondaka
7-
- dvenable
8-
- oeyh
5+
- san81
6+
- kkondaka
7+
- dvenable
8+
- oeyh
99
date: 2025-04-17 12:30:00 -0600
1010
categories:
1111
- releases
@@ -83,8 +83,8 @@ jira-pipeline:
8383
hosts: ["<<Atlassian-host-url>>"]
8484
authentication:
8585
basic:
86-
username: ${{aws_secrets:jira-account-credentials:jiraId}}
87-
password: ${{aws_secrets:jira-account-credentials:jiraCredential}}
86+
username: {%raw%}${{aws_secrets:jira-account-credentials:jiraId}}{%endraw %}
87+
password: {%raw%}${{aws_secrets:jira-account-credentials:jiraCredential}}{%endraw %}
8888
filter:
8989
project:
9090
key:
@@ -132,8 +132,8 @@ confluence-pipeline:
132132
hosts: ["<<Atlassian-host-url>>"]
133133
authentication:
134134
basic:
135-
username: ${{aws_secrets:confluence-account-credentials:confluenceId}}
136-
password: ${{aws_secrets:confluence-account-credentials:confluenceCredential}}
135+
username: ${%raw %}{{aws_secrets:confluence-account-credentials:confluenceId}}{%endraw %}
136+
password: ${%raw %}{{aws_secrets:confluence-account-credentials:confluenceCredential}}{%endraw %}
137137
filter:
138138
space:
139139
key:
@@ -185,8 +185,8 @@ aurora-mysql-pipeline:
185185
sts_role_arn: "arn:aws:iam::123456789012:role/PipelineRole"
186186
region: "us-east-1"
187187
authentication:
188-
username: ${{aws_secrets:secret:username}}
189-
password: ${{aws_secrets:secret:password}}
188+
username: ${%raw %}{{aws_secrets:secret:username}}{%endraw %}
189+
password: ${%raw %}{{aws_secrets:secret:password}}{%endraw %}
190190
```
191191
192192
## Amazon SQS as a source

0 commit comments

Comments
 (0)