Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4174644

Browse filesBrowse files
Zuulopenstack-gerrit
authored andcommitted
Merge "docs: Remove references to python-keystoneclient"
2 parents 0a14239 + 6d3f075 commit 4174644
Copy full SHA for 4174644

1 file changed

+12-13Lines changed: 12 additions & 13 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/source/cli/authentication.rst‎

Copy file name to clipboardExpand all lines: doc/source/cli/authentication.rst
+12-13Lines changed: 12 additions & 13 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@
44
Authentication
55
==============
66

7-
OpenStackClient leverages `python-keystoneclient`_ authentication
8-
plugins to support a number of different authentication methods.
9-
10-
.. _`python-keystoneclient`: https://docs.openstack.org/python-keystoneclient/latest/using-sessions.html#sharing-authentication-plugins
7+
OpenStackClient leverages *keystoneauth* authentication plugins to support a
8+
number of different authentication methods.
119

1210
Authentication Process
1311
----------------------
1412

1513
The user provides some number of authentication credential options.
1614
If an authentication type is not provided (``--os-auth-type``), the
1715
authentication options are examined to determine if one of the default
18-
types can be used. If no match is found an error is reported and OSC exits.
16+
types can be used. If no match is found an error is reported and
17+
OpenStackClient exits.
1918

2019
Note that the authentication call to the Identity service has not yet
2120
occurred. It is deferred until the last possible moment in order to
@@ -25,23 +24,23 @@ processing detects an invalid command.
2524
Authentication Plugins
2625
----------------------
2726

28-
The Keystone client library implements the base set of plugins. Additional
27+
The *keystoneauth* library implements the base set of plugins. Additional
2928
plugins may be available from the Keystone project or other sources.
3029

3130
There are at least three authentication types that are always available:
3231

3332
* **Password**: A project, username and password are used to identify the
3433
user. An optional domain may also be included. This is the most common
3534
type and is the default any time a username is supplied. An authentication
36-
URL for the Identity service is also required. [Required: ``--os-auth-url``,
37-
``--os-project-name``, ``--os-username``; Optional: ``--os-password``]
35+
URL for the Identity service is also required.
36+
3837
* **Token**: This is slightly different from the usual token authentication
39-
in that a token and an authentication
40-
URL are supplied and the plugin retrieves a new token.
41-
[Required: ``--os-auth-url``, ``--os-token``]
38+
in that a token and an authentication URL are supplied and the plugin
39+
retrieves a new token.
40+
4241
* **Others**: Other authentication plugins such as SAML, Kerberos, and OAuth1.0
43-
are under development and also supported. To use them, they must be selected
44-
by supplying the ``--os-auth-type`` option.
42+
are also supported. To use them, they must be selected by supplying the
43+
``--os-auth-type`` option.
4544

4645
Detailed Process
4746
----------------

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.