- Preparing for the Certified OpenStack Administrator Exam
- Matt Dorn
- 102字
- 2021-07-02 19:30:25
Keystone - identity service
Keystone handles authentication. It acts as a common authentication system across all core services in an OpenStack environment. Both human users and services must authenticate to Keystone to retrieve a token before interacting with other services in the environment.
Visualize the process of logging on to a website with your username and password. When a user does this on the Horizon dashboard, they authenticate against Keystone to successfully login and begin creating virtual resources. Keystone also stores the service catalog, users, domains, projects, groups, roles, and quotas—exam objective concepts you'll examine in Chapter 3, Keystone Identity Service.
推薦閱讀
- 精通Nginx(第2版)
- Beginning Java Data Structures and Algorithms
- MySQL 8從入門到精通(視頻教學版)
- 小創客玩轉圖形化編程
- Microsoft Dynamics 365 Extensions Cookbook
- Xcode 7 Essentials(Second Edition)
- Java程序設計與計算思維
- Java Web應用開發技術與案例教程(第2版)
- 自然語言處理Python進階
- UVM實戰
- RSpec Essentials
- 計算機應用基礎(第二版)
- WebStorm Essentials
- Modular Programming with JavaScript
- HTML5 WebSocket權威指南