Vault Secrets Manager - SSL Exception when connecting to vault #22065
Labels
area/platform
issues related to the platform
community
Stale
team/prod-eng
type/bug
Something isn't working
Related to #10519
SSL exception is thrown while we are trying to persist connection secrets/tokens to Hashicorp vault from within the Airbyte UI.
The following required vault configurations are applied and available within the Airbyte server container:
https://docs.airbyte.com/operator-guides/configuring-airbyte/#secrets
Exception from within the Airbyte UI does not give us much information when we try to configure a source and test the connection:
After scanning through the logs I noticed that the airbyte-worker failed to r/w a secret to the vault location:
This exception seems to be caused by a failed connection handshake between the Airbyte server and the Hashicorp Vault location.
We can see that an SSL exception gets thrown as the cert is not valid:
Airbyte Server logs:
Resolution attempts
I have already attempted to create a configmap, from the required SSL cert which is needed to connect to our vault URL, and mount it to
/etc/ssl/certs/
on both the airbyte-server + airbyte-worker but it has not resolved the issue. See:ca.crt
configmap:Environment
Current Behavior
Airbyte server is failing to connect to the hashicorp vault location.
Expected Behavior
Airbyte server should connect to the vault location to R/W secrets.
Logs
Steps to Reproduce
Are you willing to submit a PR?
I can certainly help out here to make any changes that I am qualified to make.
(Data eng background: k8s,python)
The text was updated successfully, but these errors were encountered: