OpenStack Identity Authentication Library
Go to file
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
doc Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
keystoneauth1 Mark password/secret options as secret 2016-01-18 17:49:53 -06:00
.coveragerc Initial Split of python-keystoneclient to keystoneauth 2015-04-20 14:49:59 -07:00
.gitignore Update .gitignore 2015-08-06 10:45:15 -05:00
.gitreview Update .gitreview for stable/liberty 2015-09-21 19:42:25 +00:00
.mailmap Add mailmap entry 2014-05-07 12:12:43 -07:00
.testr.conf Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
CONTRIBUTING.rst Initial Split of python-keystoneclient to keystoneauth 2015-04-20 14:49:59 -07:00
HACKING.rst Initial Split of python-keystoneclient to keystoneauth 2015-04-20 14:49:59 -07:00
LICENSE Initial Split of python-keystoneclient to keystoneauth 2015-04-20 14:49:59 -07:00
MANIFEST.in Migrate to pbr. 2013-05-17 14:43:31 -07:00
README.rst Change the README to remove the warning for 1.0.0 release 2015-09-03 00:11:16 -07:00
requirements.txt Updated from global requirements 2016-01-07 19:20:14 +00:00
setup.cfg Fix typo in Python package summary in setup.cfg 2015-09-04 15:13:11 -04:00
setup.py Updated from global requirements 2015-09-17 12:12:42 +00:00
test-requirements.txt Updated from global requirements 2015-09-29 14:22:23 +00:00
tox.ini Convert project to os-testr 2015-09-03 06:52:54 -06:00

README.rst

keystoneauth

Authentication Library for OpenStack Clients

Features

  • TODO