We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f55b25 + 2e30185 commit 8a88d65Copy full SHA for 8a88d65
doc/source/cli/authentication.rst
@@ -295,6 +295,15 @@ or, using environment variables:
295
296
$ TOKEN=$(openstack token issue -f value -c id)
297
298
+.. note::
299
+
300
+ The above examples assume you require a project-scoped token. You can omit
301
+ the project-related configuration if your user has a default project ID set.
302
+ Conversely, if requesting domain-scoped or system-scoped, you should update
303
+ these examples accordingly. If the user does not have a default project
304
+ configured and no scoping information is provided, the resulting token will
305
+ be unscoped.
306
307
``v3totp``
308
~~~~~~~~~~
309
0 commit comments