openstack-python-openstackc.../openstackclient/tests/common
Alvaro Lopez Garcia 1de4c66009 Improve masking of secrets in configuration show
The command "configuration show" tries to redact some of the secrets
that are shown on the screen. However, this failed redacting options
that were marked as secrete by the auth plugins (if any) and it redacted
other options that were not redacted at all. For example, when using
the OpenID Connect plugins, it redacted the "access_token_endpoint" as
the word "token" appears there, but it failed to redact "client_secret"
even when this option is marked as secret in the corresponding plugin.

Change-Id: Idfad4fbbe5ddcff5e729e1dcd756d0379ad31dee
2016-06-21 06:56:23 +00:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
test_availability_zone.py Fix DisplayCommandBase comments for cliff Lister subclass tests 2016-02-09 20:28:18 +08:00
test_clientmanager.py Do not prompt for scope options with default scoped tokens 2016-06-17 12:37:15 -04:00
test_command.py Finish osc-lib transition for command.py 2016-06-15 22:50:43 +00:00
test_commandmanager.py Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
test_configuration.py Improve masking of secrets in configuration show 2016-06-21 06:56:23 +00:00
test_extension.py Update unit test test_extension with fake class 2016-06-07 16:17:42 +08:00
test_logs.py osc-lib: logs 2016-06-13 10:55:44 -05:00
test_module.py Fixed command list 2016-03-09 16:00:39 +00:00
test_parseractions.py osc-lib: parseractions 2016-06-13 10:55:44 -05:00
test_quota.py Add network support for "quota set" 2016-05-19 20:42:59 +08:00