Expand description
OpenStack API authentication
Currently there are only 2 types of auth supported:
- AuthToken (X-Auth-Token header)
- None (unauthenticated)
Modules§
- auth_
helper - Authentication helper.
- authtoken
- OpenStack AuthToken based authorization (X-Auth-Token)
- v3_
token_ info - Validates and shows information for a token, including its expiration date and authorization scope.