Skip to content

Commit

Permalink
feat(schema): allow configuration of ssl (#631)
Browse files Browse the repository at this point in the history

Co-authored-by: alozano3 <[email protected]>
  • Loading branch information
alozano3 and alozano3 authored Mar 17, 2021
1 parent 48fd3f4 commit 7daadbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ akhq:
type: "confluent"
basic-auth-username: avnadmin
basic-auth-password: {{password}}
properties: {}
properties:
schema.registry.ssl.truststore.location: {{path}}/avnadmin.truststore.jks
schema.registry.ssl.truststore.password: {{password}}
connect:
- name: connect-1
url: "https://{{host}}.aivencloud.com:{{port}}"
Expand Down

0 comments on commit 7daadbb

Please sign in to comment.