mistral/mistral/engine
Dougal Matthews 4d3ef8887f Mask sensitive data when logging action results
When passwords or other sensible data is returned by a Action, they can
be logged by Mistral. This change uses the password masking
functionality used in mistral-lib and privided by oslo-utils.

This function uses the standard cut_repr method in mistral-lib, which
also means the output is more standardised.

Related-Bug: #1850843
Change-Id: I01bf47f7a83102a1a16b15bf0bbb4021707e11fe
(cherry picked from commit a25c8fab88)
2019-11-20 16:35:50 +00:00
..
__init__.py Renaming "engine1" to "engine" 2015-04-09 17:47:36 +06:00
action_handler.py Dynamic workflow name evaluation. 2017-08-16 13:17:10 +02:00
actions.py Mask sensitive data when logging action results 2019-11-20 16:35:50 +00:00
base.py A mechanism to close stuck running action executions 2018-06-12 14:15:15 +00:00
default_engine.py Optimize action scheduling 2019-03-27 07:40:09 +00:00
dispatcher.py Performance: remove unnecessary workflow execution update 2018-09-03 13:28:33 +00:00
engine_server.py Refactor action execution checker without using scheduler 2018-11-11 15:07:09 +07:00
policies.py Simplify workflow and join completion logic 2018-11-10 21:06:53 +07:00
post_tx_queue.py Simplify workflow and join completion logic 2018-11-10 21:06:53 +07:00
task_handler.py Fix race condition in refreshing "join" task state 2018-11-16 02:26:34 +00:00
tasks.py Optimize action scheduling 2019-03-27 07:40:09 +00:00
utils.py Create and run a workflow within a namespace 2017-08-01 13:51:05 +00:00
workflow_handler.py Add batch size for integrity checker 2018-11-11 02:54:41 +00:00
workflows.py Simplify workflow and join completion logic 2018-11-10 21:06:53 +07:00