-
Task
-
Resolution: Done
-
L3 - Default
-
None
-
None
Start spring boot starter with configured admin user. The following log level is set by default: org.camunda.bpm.engine.cfg=INFO
You can see the following trace is the output:
2019-02-04 11:56:48.962 INFO 14520 --- [ main] org.camunda.bpm.engine.cfg : ENGINE-12003 Plugin 'CompositeProcessEnginePlugin[genericPropertiesConfiguration, camundaProcessEngineConfiguration, camundaDatasourceConfiguration, camundaJobConfiguration, camundaHistoryConfiguration, camundaMetricsConfiguration, camundaAuthorizationConfiguration, CreateAdminUserConfiguration[adminUser=AdminUserProperty[id=kermit, firstName=Kermit, lastName=Kermit, email=kermit@localhost, password=demodemo]], enterLicenseKeyConfiguration, failedJobConfiguration, CreateFilterConfiguration[filterName=All], disableDeploymentResourcePattern]' activated on process engine 'default'
We should consider to do not print the sensitive data in this output.
This is the controller panel for Smart Panels app
[CAM-9710] Sensitive data logged on engine start
Fix Version/s | New: 7.11.0 [ 15343 ] |
Workflow | Original: camunda BPM [ 54764 ] | New: Backup_camunda BPM [ 56661 ] |
Fix Version/s | New: spring-boot 3.3.0 [ 15359 ] | |
Fix Version/s | Original: 7.11.0 [ 15343 ] |
Assignee | New: Nikola Koevski [ nikola.koevski ] |
Rank | New: Ranked lower |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | Original: Nikola Koevski [ nikola.koevski ] | New: Miklas Boskamp [ miklas.boskamp ] |
Resolution | New: Done [ 10000 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Remaining Estimate | New: 0 minutes [ 0 ] | |
Original Estimate | New: 0 minutes [ 0 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Note for the reviewer:
Decided to still print the password property but with a static value ****** so that users are aware that it exists in the AdminUserPropery class.