keystoneauth/keystoneauth1/loading/_plugins/identity
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
..
__init__.py Split plugin loading 2015-08-06 10:07:51 +10:00
base.py Auth-url is required for identity plugins 2015-09-02 10:31:36 +10:00
generic.py Mark password/secret options as secret 2016-01-18 17:49:53 -06:00
v2.py Fix v2 plugin loaders to not have V2 prefix 2015-08-25 10:07:59 +10:00
v3.py Raise error if loader is provided name without id 2015-09-01 13:58:53 +10:00