octavia/octavia/tests/unit/controller
Nir Magnezi ae7c87f54a Encrypt certs and keys
Octavia creates certificates and keys to manage encrypted
communication channel to amphorae.
When debug is enabled, the python taskflow module will log
all the information we provide to tasks (and sub-flows)
when we create amphorae or handle with anything related to
certificates and keys management (rotations, etc).

There are ways to tell taskflow to exclude specific things
from being logged (e.g., I136081045787c1bbe3ee846d5845a34201c57864).
While this handles some information in specific flows from being
logged, it is susceptive to code changes.

To avoid an everlasting whack-a-mole game, this patch will merely
encrypt sensitive information so we can safely log it and decrypts
it only when we need to use it.

Change-Id: I06d329ca53bc36bd27f7870ae7c7ca0cf18575b2
2019-02-24 15:41:20 +02:00
..
healthmanager Delete zombie amphorae when detected 2018-10-12 00:00:06 +01:00
housekeeping Fix amp failover where failover already failed 2018-06-05 14:10:00 -07:00
queue Merge "Fix oslo messaging connection leakage" 2019-02-21 08:41:35 +00:00
worker Encrypt certs and keys 2019-02-24 15:41:20 +02:00
__init__.py Add license for empty __init__.py 2018-03-14 07:02:56 +09:00