camunda / bpmnlint-plugin-camunda-compat

A bpmnlint plug-in for Camunda BPMN compatibility.
MIT License
0 stars 2 forks source link

Allow spaces and `-` in secret identifiers #141

Closed Oleksiivanov closed 11 months ago

Oleksiivanov commented 11 months ago

Corrected secrets.js regex pattern;

Links to issue : https://camunda.slack.com/archives/C034N0E5YCX/p1696966815142039

nikku commented 11 months ago

Great stuff, thanks for the contribution.

nikku commented 11 months ago

Released with v2.9.1.

philippfromme commented 11 months ago

@Oleksiivanov Does this now reflect the regular expression used for connector runtime?

Oleksiivanov commented 11 months ago

@Oleksiivanov Does this now reflect the regular expression used for connector runtime?

yes, for now. Today with the team we decided to change the regular expression used for the connector runtime. And we will need to again to correct regex here again. but it will be a bit later. Here Task : https://github.com/camunda/team-connectors/issues/522