Bezpečnost

Bezpečnost

OpenStack services support various security methods including password, policy, and encryption. Additionally, supporting services including the database server and message broker support password security.

To ease the installation process, this guide only covers password security where applicable. You can create secure passwords manually, but the database connection string in services configuration file cannot accept special characters like „@“. We recommend you generate them using a tool such as pwgen, or by running the following command:

$ openssl rand -hex 10

U služeb OpenStack tento průvodce využívá SERVICE_PASS pro označení hesla k účtům služeb a SERVICE_DBPASS označuje hesla databáze.

The following table provides a list of services that require passwords and their associated references in the guide.

Hesla
Název hesla Popis
Heslo databáze (není použita žádná proměnná) Heslo pro účet root v databázi
ADMIN_PASS Heslo pro uživatele admin
CINDER_DBPASS Heslo databáze pro službu blokového úložiště
CINDER_PASS Heslo pro uživatele služby blokového úložiště cinder
DASH_DBPASS Database password for the Dashboard
DEMO_PASS Heslo pro uživatele demo
GLANCE_DBPASS Heslo databáze pro službu obrazů
GLANCE_PASS Heslo pro uživatele služby obrazů glance
KEYSTONE_DBPASS Heslo databáze pro službu identit
METADATA_SECRET Secret for the metadata proxy
NEUTRON_DBPASS Heslo databáze pro službu sítí
NEUTRON_PASS Heslo pro uživatele služby sítí neutron
NOVA_DBPASS Heslo databáze pro službu výpočtu
NOVA_PASS Heslo pro uživatele služby výpočtu nova
PLACEMENT_PASS Password of the Placement service user placement
RABBIT_PASS Password of RabbitMQ user openstack

OpenStack and supporting services require administrative privileges during installation and operation. In some cases, services perform modifications to the host that can interfere with deployment automation tools such as Ansible, Chef, and Puppet. For example, some OpenStack services add a root wrapper to sudo that can interfere with security policies. See the OpenStack Administrator Guide for more information.

The Networking service assumes default values for kernel network parameters and modifies firewall rules. To avoid most issues during your initial installation, we recommend using a stock deployment of a supported distribution on your hosts. However, if you choose to automate deployment of your hosts, review the configuration and policies applied to them before proceeding further.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.