mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-16 23:13:05 +00:00
Merge "docs: Add note about scoping on tokens"
This commit is contained in:
commit
8a88d65a67
1 changed files with 9 additions and 0 deletions
|
|
@ -295,6 +295,15 @@ or, using environment variables:
|
|||
|
||||
$ TOKEN=$(openstack token issue -f value -c id)
|
||||
|
||||
.. note::
|
||||
|
||||
The above examples assume you require a project-scoped token. You can omit
|
||||
the project-related configuration if your user has a default project ID set.
|
||||
Conversely, if requesting domain-scoped or system-scoped, you should update
|
||||
these examples accordingly. If the user does not have a default project
|
||||
configured and no scoping information is provided, the resulting token will
|
||||
be unscoped.
|
||||
|
||||
``v3totp``
|
||||
~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue