osc identity
Identity (Keystone) commands
The Identity service generates authentication tokens that permit access to the OpenStack services REST APIs. Clients obtain this token and the URL endpoints for other service APIs by supplying their valid credentials to the authentication service.
Each time you make a REST API request to an OpenStack service, you supply your authentication token in the X-Auth-Token request header.
Like most OpenStack projects, OpenStack Identity protects its APIs by defining policy rules based on a role-based access control (RBAC) approach.
The Identity service configuration file sets the name and location of a JSON policy file that stores these rules.
Usage: osc identity <COMMAND>
Available subcommands:
osc identity auth
— Identity Auth commandsosc identity access-rule
— Application Credentials - Access Rulesosc identity application-credential
— Application Credentialsosc identity credential
— Identity Credential commandsosc identity domain
— Identity Domain commandsosc identity endpoint
— Endpoint commandsosc identity endpoint-filter
— OS-EP-FILTER APIosc identity federation
— OS-Federationosc identity group
— Identity Group commandsosc identity limit
— Unified Limitsosc identity project
— Projectsosc identity region
— Region commandsosc identity registered-limit
— Unified Limits - Registered limitsosc identity role
— Identity Role commandsosc identity role-assignment
— Role Assignments commandsosc identity role-inference
— Role Inferences commandsosc identity service
— Service commandsosc identity user
— User commands