TAMULib / mod-camunda

Apache License 2.0
0 stars 0 forks source link

Password displayed as plain String in Camunda dashboard - ensure the display field is encrypted. #209

Open rmathew1011 opened 1 year ago

rmathew1011 commented 1 year ago

The password variable field is displayed as plain String as shown in the attachement - ensure this is encrypted.

Okapi_Password

William suggestion: Wonder if BPMN has support for secrets?

A spike should be performed to determine if a secrets approach is forthcoming. If not, a secrets style implementation should be made in Mod Camunda.

Some open source solutions to secret management with java integrations are:

We can also check with out operations team to see if Rancher, or Azure might be leveraged for this.

kaladay commented 1 year ago

The solution must be designed to be portable to other entities and communities. There should be no in-house solutions.

kaladay commented 1 year ago

The Torus link above references this URL for documentation: https://torus.sh/docs. This URL currently does not resolve for me and this does not bode well for using torus-cli as an option.

kaladay commented 1 year ago

Upgrading to Camunda 8 has some potential:

The upgrade/migration guide:

kaladay commented 1 year ago

Upgrading to Camunda 8 seems like the best path to take, but has the cost of needing to migrate and upgrade all of our existing workflows as necessary.

see: #223