keystoneauth/keystoneauth1
Brant Knudson 877ddce291 Mark password/secret options as secret
Password, token, and secret options should be marked as secret=True
so that when the value is logged the logger knows to obfuscate the
value.

Conflicts:
	keystoneauth1/extras/_saml2/_loading.py
	keystoneauth1/loading/_plugins/identity/v3.py

- There was no saml2 plugin in keystoneauth1.
- The OpenIDConnectPassword and OpenIDConnectAuthorizationCode
  plugins didn't exist.

Change-Id: I4818c4cc04cc6a4e1e3cf09d5e0b7b4ffefbb892
Closes-Bug: 1534299
(cherry picked from commit fcd9538eaf)
2016-01-18 17:49:53 -06:00
..
access Fix stable/liberty branch 2016-01-07 10:13:18 -06:00
exceptions Use option dest rather than name in missing error 2015-09-16 16:32:29 -07:00
fixture Fix stable/liberty branch 2016-01-07 10:13:18 -06:00
hacking Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
identity Identity plugin thread safety 2015-09-09 12:52:14 +00:00
loading Mark password/secret options as secret 2016-01-18 17:49:53 -06:00
tests Fix stable/liberty branch 2016-01-07 10:13:18 -06:00
__init__.py Split plugin loading 2015-08-06 10:07:51 +10:00
_utils.py Keep a consistent logger name for keystoneauth 2015-08-24 18:16:33 -07:00
adapter.py Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
discover.py Keep a consistent logger name for keystoneauth 2015-08-24 18:16:33 -07:00
plugin.py Split plugin loading 2015-08-06 10:07:51 +10:00
session.py Keep a consistent logger name for keystoneauth 2015-08-24 18:16:33 -07:00
token_endpoint.py Split plugin loading 2015-08-06 10:07:51 +10:00