- OpenStack Cloud Computing Cookbook(Third Edition)
- Kevin Jackson Cody Bunch Egle Sigler
- 276字
- 2021-07-16 20:39:12
Introduction
The OpenStack Identity service, known as Keystone, provides services for authenticating and managing user accounts and role information for our OpenStack cloud environment. It is a crucial service that underpins the authentication and verification between all of our OpenStack cloud services and is the first service that needs to be installed within an OpenStack environment. The OpenStack Identity service authenticates users and tenants by sending a validated authorization token between all OpenStack services. This token is used for authentication and verification so that you can use that service, such as OpenStack Storage and Compute. Therefore, configuration of the OpenStack Identity service must be completed first, consisting of creating appropriate roles for users and services, tenants, the user accounts, and the service API endpoints that make up our cloud infrastructure.
In Keystone, we have the concepts of tenants, roles and users. A tenant is like a project and has resources such as users, images, and instances, as well as networks in it that are only known to that particular project. A user can belong to one or more tenants and is able to switch between these projects to gain access to those resources. Users within a tenant can have various roles assigned. In the most basic scenario, a user can be assigned either the role of admin or just be a member. When a user has admin privileges within a tenant, they are able to utilize features that can affect the tenant (such as modifying external networks), whereas a normal user is assigned the member role, which is generally assigned to perform user-related roles, such as spinning up instances, creating volumes, and creating tenant only networks.
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- Data Visualization with D3 4.x Cookbook(Second Edition)
- 機器學習系統:設計和實現
- PHP程序設計(慕課版)
- PHP 7底層設計與源碼實現
- Android Native Development Kit Cookbook
- Mastering JavaScript High Performance
- Hands-On GUI Programming with C++ and Qt5
- Go語言編程
- .NET Standard 2.0 Cookbook
- Python計算機視覺和自然語言處理
- Photoshop CC移動UI設計案例教程(全彩慕課版·第2版)
- Java EE Web應用開發基礎
- Software Architecture with Python
- Pandas 1.x Cookbook