Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to TDK 1.68 #86

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions mysql/inventory.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
data_sources:
default_source:
jdbc_url: jdbc:mysql://localhost:6000/sakila
url: jdbc:mysql://localhost:6000/sakila
user:
type: raw
value: root
password:
type: raw
value: admin
default_target:
jdbc_url: jdbc:mysql://localhost:6001/sakila
url: jdbc:mysql://localhost:6001/sakila
user:
type: raw
value: root
Expand Down
2 changes: 1 addition & 1 deletion parent-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ version: '3.5'
services:
tdk:
container_name: tdk
image: synthesizedio/synthesized-tdk-cli:v1.67.0
image: synthesizedio/synthesized-tdk-cli:v1.68.0
4 changes: 2 additions & 2 deletions postgres/inventory.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
data_sources:
default_source:
jdbc_url: jdbc:postgresql://localhost:6000/postgres
url: jdbc:postgresql://localhost:6000/postgres
user:
type: raw
value: postgres
password:
type: raw
value: postgres
default_target:
jdbc_url: jdbc:postgresql://localhost:6001/postgres
url: jdbc:postgresql://localhost:6001/postgres
user:
type: raw
value: postgres
Expand Down
4 changes: 2 additions & 2 deletions vault/inventory_dynamic_users.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
data_sources:
default_source:
jdbc_url: jdbc:postgresql://input_db:5432/postgres
url: jdbc:postgresql://input_db:5432/postgres
user:
type: vault
storage: database
Expand All @@ -12,7 +12,7 @@ data_sources:
path: creds/postgres-source-dynamic-role
secret: password
default_target:
jdbc_url: jdbc:postgresql://output_db:5432/postgres
url: jdbc:postgresql://output_db:5432/postgres
user:
type: vault
storage: database
Expand Down
4 changes: 2 additions & 2 deletions vault/inventory_simple_secret.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
data_sources:
default_source:
jdbc_url: jdbc:postgresql://input_db:5432/postgres
url: jdbc:postgresql://input_db:5432/postgres
user:
type: vault
storage: secret
Expand All @@ -14,7 +14,7 @@ data_sources:
versioned: true
secret: password
default_target:
jdbc_url: jdbc:postgresql://output_db:5432/postgres
url: jdbc:postgresql://output_db:5432/postgres
user:
type: vault
storage: secret
Expand Down
4 changes: 2 additions & 2 deletions vault/inventory_static_users.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
data_sources:
default_source:
jdbc_url: jdbc:postgresql://input_db:5432/postgres
url: jdbc:postgresql://input_db:5432/postgres
user:
type: vault
storage: database
Expand All @@ -12,7 +12,7 @@ data_sources:
path: static-creds/postgres-source-static-role
secret: password
default_target:
jdbc_url: jdbc:postgresql://output_db:5432/postgres
url: jdbc:postgresql://output_db:5432/postgres
user:
type: vault
storage: database
Expand Down
Loading