-
Notifications
You must be signed in to change notification settings - Fork 0
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
Password displayed as plain String in Camunda dashboard - ensure the display field is encrypted. #209
Comments
The solution must be designed to be portable to other entities and communities. |
The Torus link above references this URL for documentation: |
Upgrading to Camunda 8 has some potential:
The upgrade/migration guide: |
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 |
The password variable field is displayed as plain String as shown in the attachement - ensure this is encrypted.
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.
The text was updated successfully, but these errors were encountered: