Carolina Buckler
09/24/2024, 4:11 PMInternal message: io.airbyte.workload.launcher.pipeline.stages.model.StageError: java.lang.RuntimeException: That secret was not found in the store!
user
09/24/2024, 4:12 PMCarolina Buckler
09/24/2024, 4:12 PMuser
09/24/2024, 4:13 PMairbyte-config-secrets
Kubernetes secret, under the aws-secret-manager-access-key-id
and aws-secret-manager-secret-access-key
keys. Here is an example of how to configure the secrets manager: yaml global: secretsManager: type: awsSecretManager awsSecretManager: region: <aws-region> authenticationType: credentials ## Use "credentials" or "instanceProfile" tags: ## Optional - You may add tags to new secrets created by Airbyte. - key: ## e.g. team value: ## e.g. deployments - key: business-unit value: engineering kms: ## Optional - ARN for KMS Decryption.
For more information, you can refer to the [Airbyte documentation](https://docs.airbyte.com/deploying-airbyte/integrations/secrets#values). If you encounter any issues, don't hesitate to report them on the [Airbyte Github page](https://github.com/airbytehq/airbyte/issues).Carolina Buckler
09/24/2024, 4:18 PMAn unexpected error occurred. Please report this if the issue persists. (HTTP 500)
user
09/24/2024, 4:18 PMuser
09/24/2024, 4:18 PMLogs
section. 2. Try updating the connector again: Sometimes, transient issues can cause operations to fail. Try updating the connector again to see if the issue persists. 3. Check the connector version: Make sure that the version of the MySQL connector you're trying to update to is compatible with your current Airbyte instance. If none of these steps help, I would recommend creating a new post on the [Airbyte discussion forum](https://discuss.airbyte.io/) or opening a new issue on the [Airbyte Github page](https://github.com/airbytehq/airbyte/issues) with the error details and server logs. The Airbyte team or community may be able to provide more specific guidance. For more information on troubleshooting, you can refer to the [MySQL troubleshooting guide](https://docs.airbyte.com/integrations/sources/mysql/mysql-troubleshooting) in the Airbyte documentation.