-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a more useful message when I use the wrong secret format #3834
Comments
Related to camunda/bpmnlint-plugin-camunda-compat#133. What's missing is being able to show warnings instead of errors in the properties panel and to add the link to documentation. |
Discussed today morning:
|
@philippfromme since you have the correct context on this issue, I will assign this one to you as a candidate for the next iteration. Let's ensure that we get a new PR that fixes the UX. |
We can help the Connectors team to contribute with this. 😃 |
This requires two adjustments so we can ship it as part of
|
What should we do?
We should give the user a more helpful error message when they encounter issues when using secrets.
This was reported by multiple people in internal channels over the past few days. See here and here.
This seems to be related to the switch to the mustache-style format when using secrets:
https://docs.camunda.io/docs/components/connectors/use-connectors/#using-secrets
The current error we show when people use the old secrets format is the following:
To mitigate this, we could add a link to the documentation page that explains how people can use the secrets correctly:
https://docs.camunda.io/docs/components/connectors/use-connectors/#using-secrets
Why should we do it?
To avoid confusion and ensure that our users are supported to quickly understand how they can fix the underlying issue.
The text was updated successfully, but these errors were encountered: