mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-08 21:17:43 +03:00
F #5431: Add comments to oned.conf for encrypted
This commit is contained in:
parent
507f2f0c7f
commit
84c00d29e3
@ -981,7 +981,16 @@ GROUP_RESTRICTED_ATTR = "VM_ADMIN_OPERATIONS"
|
||||
#*******************************************************************************
|
||||
# Encrypted Attributes Configuration
|
||||
#*******************************************************************************
|
||||
# The following attributes are encrypted
|
||||
# The following attributes are encrypted. OpenNebula objects that support
|
||||
# encrypted attributes are:
|
||||
# - CLUSTER_ENCRYPTED_ATTR
|
||||
# - VM_ENCRYPTED_ATTR
|
||||
# - HOST_ENCRYPTED_ATTR
|
||||
# - VNET_ENCRYPTED_ATTR
|
||||
# - USER_ENCRYPTED_ATTR
|
||||
# - DATASTORE_ENCRYPTED_ATTR
|
||||
# - IMAGE_ENCRYPTED_ATTR
|
||||
# - DOCUMENT_ENCRYPTED_ATTR
|
||||
#*******************************************************************************
|
||||
|
||||
HOST_ENCRYPTED_ATTR = "EC2_ACCESS"
|
||||
@ -998,9 +1007,14 @@ VM_ENCRYPTED_ATTR = "CONTEXT/PASSWORD"
|
||||
|
||||
IMAGE_ENCRYPTED_ATTR = "LUKS_PASSWORD"
|
||||
|
||||
# DDC encrypted attrs
|
||||
# Encrypted attrs for Edge Cluster documents
|
||||
DOCUMENT_ENCRYPTED_ATTR = "PROVISION_BODY"
|
||||
|
||||
# CLUSTER_ENCRYPTED_ATTR = ""
|
||||
# VNET_ENCRYPTED_ATTR = ""
|
||||
# USER_ENCRYPTED_ATTR = ""
|
||||
# DATASTORE_ENCRYPTED_ATTR = ""
|
||||
|
||||
#*******************************************************************************
|
||||
# Inherited Attributes Configuration
|
||||
#*******************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user