- OpenStack Orchestration
- Adnan Ahmed Siddiqui
- 92字
- 2021-07-09 21:35:58
The authorization model configuration
Heat used to support the password-based authorization until the kilo version of OpenStack was released. Using the kilo version of OpenStack, the following changes can be made to enable trusts-based authorization in the Heat configuration file:
- The default setting in
heat.conf
:deferred_auth_method=password
- To be replaced for enabling trusts-based authentication:
deferred_auth_method=trusts
- The following parameters need to be set to specify trustor roles:
trusts_delegated_roles =
As mentioned earlier, all available roles for the trustor will be assigned to the trustee if no specific roles are mentioned in the heat.conf
file.
推薦閱讀
- Modular Programming with Python
- PHP 從入門到項目實踐(超值版)
- Apache Hive Essentials
- Web Application Development with R Using Shiny(Second Edition)
- Data Analysis with IBM SPSS Statistics
- Mastering C# Concurrency
- Expert Android Programming
- QTP自動化測試進階
- R大數據分析實用指南
- Python數據結構與算法(視頻教學版)
- Keras深度學習實戰
- INSTANT Adobe Edge Inspect Starter
- ArcGIS for Desktop Cookbook
- OpenCV Android Programming By Example
- Visual Basic 程序設計實踐教程