Summary
Error message indicates a secret not found in the store when updating an existing Slack source. User has verified credentials and secret store keys. Manual creation of new Slack source works, but updating existing source causes the issue.
Question
Hi community!
I am facing a wierd error that ive tried a lot to resolve but to no avail
here is the error log
Workload failed, source: workload-launcher
Internal message: io.airbyte.workload.launcher.pipeline.stages.model.StageError: java.lang.RuntimeException: That secret was not found in the store! Coordinate: airbyte_workspace_f9c54e5c-6d5f-4c64-b96a-4da6bb263497_secret_4f321604-77ed-4f5c-8139-dd6649dac653_v1 at io.airbyte.workload.launcher.pipeline.stages.model.Stage.apply(Stage.kt:46) at io.airbyte.workload.launcher.pipeline.stages.BuildInputStage.apply(BuildInputStage.kt:58) at io.airbyte.workload.launcher.pipeline.stages.$BuildInputStage$Definition$Intercepted.$$access$$apply(Unknown Source) at io.airbyte.workload.launcher.pipeline.stages.$BuildInputStage$Definition$Exec.dispatch(Unknown Source) at ....```
So the thing is, this is happening in an existing slack source.
:white_check_mark: I have verified that the client_id, client_secret, access_token that I'm using are correct
:white_check_mark: I have verified that the secret store has the right keys, and that my tf code correctly accesses it
:white_check_mark: I have tried manually creating another slack source with same creds using GUI and it worked
:white_check_mark: I have tried creating another slack source with same creds using terraform and that also worked
It is just that updating this existing slack source, is causing an issue, through GUI and terraform same issue. And I'm not sure how to resolve this
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1732198833098229) if you want
to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["error", "updating-existing", "slack-source", "secret-not-found", "terraform", "credentials"]
</sub>