keystoneauth/keystoneauth1/loading/_plugins
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
..
identity Mark password/secret options as secret 2016-01-18 17:49:53 -06:00
__init__.py Split plugin loading 2015-08-06 10:07:51 +10:00
admin_token.py There is no token_endpoint.TokenEndpoint 2015-09-17 13:29:36 +02:00