Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
61523fe
Create Kafka cluster using local files
piotrpdev Aug 12, 2025
c8f8611
Add secure data-generator.yaml
piotrpdev Aug 15, 2025
b4c889e
Add PLAINTEXT kafka example
piotrpdev Aug 15, 2025
c636e58
Add TLS kafka example
piotrpdev Aug 15, 2025
244b90c
Add mTLS kafka example
piotrpdev Aug 15, 2025
23d2b57
Add SCRAM kafka example
piotrpdev Aug 15, 2025
9b12cd5
Refactor data-gen-setup.sh to specify PLAINTEXT/TLS/mTLS/SCRAM
piotrpdev Aug 15, 2025
dfd7bb8
Add draft docs for PLAINTEXT/TLS/mTLS/SCRAM
piotrpdev Aug 15, 2025
0810b4b
Add OAuth 2.0 example and draft docs
piotrpdev Aug 21, 2025
b9d3343
Move self-signed CA
piotrpdev Aug 25, 2025
cd3421a
Add basic custom auth with hardcoded password
piotrpdev Aug 25, 2025
2cddaf2
Make user custom cert use passwordSecretRef
piotrpdev Aug 26, 2025
87f61ca
Make custom auth example use standalone etl
piotrpdev Aug 26, 2025
2101fab
Make mTLS auth example use standalone etl
piotrpdev Aug 26, 2025
236d6ac
Make TLS auth example use standalone etl
piotrpdev Aug 26, 2025
d69a50b
Make SCRAM auth example use standalone etl
piotrpdev Aug 28, 2025
28169b5
Remove secure-kafka/PLAINTEXT
piotrpdev Aug 28, 2025
29ea23d
Make SCRAM auth example use multi-line jaas
piotrpdev Aug 28, 2025
96d06e1
Make OAuth2 auth example use standalone etl
piotrpdev Aug 28, 2025
909ccb2
Make OAuth2 auth example have correct acls
piotrpdev Aug 28, 2025
2850568
Only check we're in tutorial directory once
piotrpdev Aug 28, 2025
d8d9351
Wait for kafka user secret to be generated
piotrpdev Aug 28, 2025
df6e3f7
Add simple authz to OAuth2 example
piotrpdev Aug 28, 2025
b7a9a51
Remove old comment
piotrpdev Aug 28, 2025
a55fb79
Significantly extend secure-kafka example docs
piotrpdev Aug 29, 2025
8b5377c
Apply suggestions from code review
piotrpdev Sep 2, 2025
addbd5f
Point to Flink 2.1 docs
piotrpdev Sep 2, 2025
b328c9b
Add intro preamble
piotrpdev Sep 2, 2025
7093e39
Add "set up demo" preamble
piotrpdev Sep 2, 2025
e5b2c09
Add "we can connect to the listener using..." preamble
piotrpdev Sep 2, 2025
a846e6b
Add "standalone-etl" explanation comment
piotrpdev Sep 2, 2025
51c7a9a
Update tutorials/scripts/data-gen-setup.sh
piotrpdev Sep 2, 2025
c77dad6
Make `KafkaUser` note clearer (hopefully)
piotrpdev Sep 2, 2025
bee0253
Add explanation for use of Strimzi CA certificate
piotrpdev Sep 2, 2025
120e217
Add explanation for use of `my-user` keystore
piotrpdev Sep 2, 2025
029667f
Add `recommendation-app-kafka-user` explanation
piotrpdev Sep 2, 2025
65d7444
Add more detailed OAuth 2.0 preamble
piotrpdev Sep 2, 2025
355a0ee
Add short shading explanation
piotrpdev Sep 2, 2025
4990018
Change "Bearer token" to "Bearer/access token"
piotrpdev Sep 2, 2025
093b1f5
SCRAM description
piotrpdev Sep 2, 2025
a1cdf4b
Change "custom" note to description
piotrpdev Sep 2, 2025
ab4f26d
Add testing using `curl` and `jq`
piotrpdev Sep 2, 2025
cef2897
Un-hardcode authentication secrets
piotrpdev Sep 2, 2025
7ddbfd3
Add small notes and clarifications
piotrpdev Sep 2, 2025
2da096d
Remove 'xxxxx' placeholders for passwords in docs
piotrpdev Sep 2, 2025
aaecb88
Apply suggestions from code review
piotrpdev Sep 3, 2025
29a3117
Remove hard wrap
piotrpdev Sep 3, 2025
c5d34b9
Move shading note
piotrpdev Sep 3, 2025
d3afb94
Apply suggestions from code review
piotrpdev Sep 5, 2025
85baa6f
Clearer plaintext protocol default comment
piotrpdev Sep 5, 2025
0361999
Add group to KafkaUser ACLs
piotrpdev Sep 5, 2025
0cd8850
Use Keycloak operator
piotrpdev Sep 8, 2025
99b9718
Fix TLS setup command
piotrpdev Sep 8, 2025
c886f77
Fix Kafka spelling
piotrpdev Sep 10, 2025
f20129c
Add comment about PEM keystore
piotrpdev Sep 10, 2025
9eaa727
Change PEM comment to use contents instead (easier)
piotrpdev Sep 10, 2025
48f2be8
Add note about CA renewal period
piotrpdev Sep 10, 2025
676d769
Update docs/secure-kafka/_index.md
piotrpdev Sep 10, 2025
00cca81
Switch mTLS and custom to PEM instead of P12
piotrpdev Sep 11, 2025
ed13d2f
Use `flink-sql-runner:0.3.0` instead of `:main`
piotrpdev Sep 11, 2025
b05fb51
Remove Web UI testing preamble (flaky)
piotrpdev Sep 11, 2025
6718564
Add secure-kafka data generator to `setVersions.sh`
piotrpdev Sep 11, 2025
abdde7a
Update mTLS example docs with code from mTLS example
piotrpdev Sep 15, 2025
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
1 change: 1 addition & 0 deletions .github/scripts/setVersions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ fi
mvn -B versions:set -DgenerateBackupPoms=false -DnewVersion=${1}
sed --in-place --regexp-extended "s|flink-examples-data-generator:([^[:space:]]*)|flink-examples-data-generator:${2}|g" tutorials/recommendation-app/data-generator.yaml
sed --in-place --regexp-extended "s|flink-sql-runner-with-flink-udf-currency-converter:([^[:space:]]*)|flink-sql-runner-with-flink-udf-currency-converter:${2}|g" tutorials/user-defined-functions/standalone-etl-udf-deployment.yaml
sed --in-place --regexp-extended "s|flink-examples-data-generator:([^[:space:]]*)|flink-examples-data-generator:${2}|g" tutorials/secure-kafka/data-generator/data-generator.yaml
Loading