File: 12.1.0-add-scope-to-auth-b5a82493ea89f41e.yaml

package info (click to toggle)
tempest 1%3A19.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,564 kB
  • sloc: python: 69,123; sh: 196; makefile: 80
file content (7 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
---
features:
  - Tempest library auth interface now supports scope. Scope allows to control
    the scope of tokens requested via the identity API. Identity V2 supports
    unscoped and project scoped tokens, but only the latter are implemented.
    Identity V3 supports unscoped, project and domain scoped token, all three
    are available.