Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Internal IntegrationError is not exposed to integration job log #106

Open
ndowmon opened this issue Nov 11, 2020 · 0 comments
Open

Internal IntegrationError is not exposed to integration job log #106

ndowmon opened this issue Nov 11, 2020 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@ndowmon
Copy link
Contributor

ndowmon commented Nov 11, 2020

https://github.com/JupiterOne/graph-okta/blob/52b04402262628831be112534adbb95c9661c5e7/src/synchronizers/synchronizeUsers.ts#L48

PR #104 introduced error messages intended to expose a message to the user about step dependency failures that cause synchronizer steps to be skipped. It turns out the managed integration SDK does not honor exposing integration errors, and instead wraps all errors thrown out of steps with a generic IntegrationError.

**EDIT:**I believe the error is thrown here: https://bitbucket.org/jupiterone/jupiter-managed-integration-sdk/src/b8d1e6cce5f4615430d3f4ab21012caa4eef68d0/src/integration/execution/executeStepFunctionsStart.ts#lines-55

@ndowmon ndowmon self-assigned this Nov 11, 2020
@ndowmon ndowmon added bug Something isn't working enhancement New feature or request labels Nov 11, 2020
@ndowmon ndowmon removed their assignment Jun 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant