camunda / bpmnlint-plugin-camunda-compat

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

feat(rule): add secrets rule #119

Closed Oleksiivanov closed 1 year ago

Oleksiivanov commented 1 year ago

This is a redo of https://github.com/camunda/bpmnlint-plugin-camunda-compat/pull/116 after an accidental merge.


The new rule validates whether secrets (a string containing secrets.) a formatted as {{secrets.SECRET}}. Only the following properties are validated:

Errors will be reported as Property <propertyName> is not a valid secret.


Related to https://github.com/camunda/team-connectors/issues/448

nikku commented 1 year ago

Thanks. We'll follow up on this PR + merge once everything is clarified.