airbytehq / airbytehq/airbyte

[platform] Using external database without SSL

未關閉
#48,504 4 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
community external-database team/deployments topic/deployment type/bug
主要語言
Python
星號
22.1k
分支
5.4k
平均合併
5 小時
30 天內合併 PR
671

描述

### Helm Chart Version

1.2.0

### What step the error happened?

On deploy

### Relevant information

When using an external database, airbyte-temporal is deployed with the assumption that SSL is always enabled, which causes connectivity issues with the database.

[link](https://github.com/airbytehq/airbyte-platform/blob/main/charts/airbyte-temporal/templates/deployment.yaml#L72)
```
{{- if eq .Values.global.database.type "external" }}
# Assume an external database requires SSL.
- name: POSTGRES_TLS_ENABLED
value: "true"
- name: POSTGRES_TLS_DISABLE_HOST_VERIFICATION
value: "true"
- name: SQL_TLS_ENABLED
value: "true"
- name: SQL_TLS_DISABLE_HOST_VERIFICATION
value: "true"
{{- end }}
```

### Relevant log output

```shell

```

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。