Mistral Library with shared routines and utilities.
Go to file
Cédric Jeanneret 4bac2b282e Ensure we mask sensitive data from Mistral Action logs
Mistral didn't make use of the oslo_utils "mask_password" methods,
leading in sensitive data leakage in its logs.

This patch corrects this security issue.
Note that it depends on oslo_utils patch adding new patterns, and
ensuring it's case-insensitive.

Change-Id: I544d3c172f2dea02c62c49c311c4b5954413ae15
Related-Bug: #1850843
Co-Authored-By: Dougal Matthews <dougal@redhat.com>
Signed-off-by: Cédric Jeanneret <cjeanner@redhat.com>
2019-11-05 10:37:43 +00:00
doc/source Merge "Switch from oslosphinx to openstackdocstheme" 2017-07-24 13:32:14 +00:00
mistral_lib Ensure we mask sensitive data from Mistral Action logs 2019-11-05 10:37:43 +00:00
releasenotes Ensure we mask sensitive data from Mistral Action logs 2019-11-05 10:37:43 +00:00
.coveragerc Fix the package name in the coveragerc 2017-03-14 12:00:03 +00:00
.gitignore Switch to using stestr 2018-05-22 13:18:29 -07:00
.gitreview Update .gitreview for stable/train 2019-09-20 16:23:33 +00:00
.stestr.conf Switch to using stestr 2018-05-22 13:18:29 -07:00
.zuul.yaml Add Python 3 Train unit tests 2019-07-05 12:03:55 -04:00
CONTRIBUTING.rst Sync Sphinx requirement 2019-06-19 22:34:53 +08:00
HACKING.rst Update the hacking to latest 2018-10-07 12:01:03 -04:00
LICENSE Initial project layout 2016-07-15 15:16:55 +07:00
README.rst Sync Sphinx requirement 2019-06-19 22:34:53 +08:00
babel.cfg Initial project layout 2016-07-15 15:16:55 +07:00
lower-constraints.txt moved generic util functions from mistral to mistral-lib 2019-08-08 07:35:45 +00:00
requirements.txt moved generic util functions from mistral to mistral-lib 2019-08-08 07:35:45 +00:00
setup.cfg Add Python 3 Train unit tests 2019-07-05 12:03:55 -04:00
setup.py Updated from global requirements 2017-03-02 11:46:53 +00:00
test-requirements.txt moved generic util functions from mistral to mistral-lib 2019-08-08 07:35:45 +00:00
tox.ini Update TOX/UPPER_CONSTRAINTS_FILE for stable/train 2019-09-20 16:23:37 +00:00

README.rst

Team and repository tags

image

mistral-lib

This library contains data types, exceptions, functions and utilities common to Mistral, python-mistralclient and mistral-extra repositories. This library also contains the public interfaces for 3rd party integration (e.g. Actions API, YAQL functions API, etc.)

If you want to use OpenStack in your custom actions or functions, you will also need to use https://opendev.org/openstack/mistral-extra.

Features

  • TODO