Skip to content

Commit

Permalink
fix: add vault ref to the Kafka connect instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Jul 23, 2024
1 parent 5838957 commit 9c6026d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/how-tos/connecting-to-kafka/aiven.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ bindings:
south_tls_client:
type: tls
kind: client
vault: client_vault
options:
trust:
- ${{env.CA_CERT_ALIAS}}
Expand Down
1 change: 1 addition & 0 deletions src/how-tos/connecting-to-kafka/amazon-msk.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ bindings:
south_tls_client:
type: tls
kind: client
vault: client_vault
options:
trust:
- ${{env.CA_CERT_ALIAS}}
Expand Down
2 changes: 2 additions & 0 deletions src/how-tos/connecting-to-kafka/apache-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ bindings:
south_tls_client:
type: tls
kind: client
vault: client_vault
options:
trust:
- ${{env.CA_CERT_ALIAS}}
Expand Down Expand Up @@ -189,6 +190,7 @@ bindings:
south_tls_client:
type: tls
kind: client
vault: client_vault
options:
trust:
- ${{env.CA_CERT_ALIAS}}
Expand Down

0 comments on commit 9c6026d

Please sign in to comment.