Haki Dere
07/31/2023, 2:16 PMconfiguration:
host: xxx
port: xxxxx
schemas:
- SCHEMA_XXX
password: ${AIRBYTE_PASSWORD}
username: UNAME
encryption:
encryption_method: unencrypted
tunnel_method:
tunnel_method: NO_TUNNEL
connection_data:
service_name: MASTER
connection_type: service_name
user
07/31/2023, 2:16 PMconfiguration.yaml
file that is defined in your .octavia
secret file, you need to ensure that the secret is correctly set in the .octavia
file. The secret should be referenced in the configuration.yaml
file as ${SECRET_NAME}
. Here is an example of how to declare a secret in the configuration.yaml
file: yaml configuration: password: ${MY_PASSWORD}
In this case, MY_PASSWORD
is an environment variable that you have set. When you run octavia apply
, it will load the value of MY_PASSWORD
into the password
field. If the secret is not being correctly read from the .octavia
file, there might be an issue with how the secret is set in the .octavia
file. Make sure that the secret is correctly defined in the .octavia
file. Also, note that when importing resources, Octavia overwrites the environment variables that you configured originally with the real value and replace secrets with '**********'. Given this limitation, you can still version control Airbyte configs, but you won’t be able to push this new configuration to a different instance without editing the secrets in the template and adding the environment variables that may change between instances. For more information, refer to the [Airbyte CLI documentation](https://docs.airbyte.com/cli-documentation) and the [Airbyte tutorial on version control](https://airbyte.com/tutorials/version-control-airbyte-configurations).Haki Dere
07/31/2023, 2:17 PMHaki Dere
07/31/2023, 2:17 PMuser
07/31/2023, 2:17 PMuser
07/31/2023, 2:17 PMHaki Dere
07/31/2023, 2:25 PMHaki Dere
07/31/2023, 2:25 PMuser
07/31/2023, 2:25 PMuser
07/31/2023, 2:25 PMJosh
07/31/2023, 6:29 PMHaki Dere
07/31/2023, 6:36 PMThis script:
Pulls the octavia-cli image from our Docker registry.
Creates an octavia alias in your profile.
Creates a ~/.octavia file whose values are mapped to the octavia container's environment variables.
Haki Dere
07/31/2023, 6:37 PMHaki Dere
07/31/2023, 6:37 PM