Added Partial Disk (Transparent) Encryption Support via Software Encryption (LUKS) (r9, dsr8MR3)
Added rest file for partner only updates Added abbrev for LUKS Added Note in the backup chapter Change-Id: I2324655947a03b8cbe93bb4bbd130b05e9dd40a6 Signed-off-by: Juanita Balaraj <juanita.balaraj@windriver.com>
This commit is contained in:
parent
960eb282f0
commit
42e5038b57
@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
.. begin-partial-disk-encrypt
|
||||||
|
|
||||||
|
.. end-partial-disk-encrypt
|
||||||
|
|
||||||
|
|
@ -18,6 +18,10 @@ using DCManager CLI
|
|||||||
<backup-a-subcloud-group-of-subclouds-using-dcmanager-cli-f12020a8fc42>` for
|
<backup-a-subcloud-group-of-subclouds-using-dcmanager-cli-f12020a8fc42>` for
|
||||||
how to remotely backup a subcloud from the System Controller.
|
how to remotely backup a subcloud from the System Controller.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Backup archives should be stored in a secured (offsite) location.
|
||||||
|
|
||||||
.. contents:: |minitoc|
|
.. contents:: |minitoc|
|
||||||
:local:
|
:local:
|
||||||
:depth: 1
|
:depth: 1
|
||||||
|
@ -162,6 +162,15 @@ Encrypt Kubernetes Secret Data at Rest
|
|||||||
encrypt-kubernetes-secret-data-at-rest
|
encrypt-kubernetes-secret-data-at-rest
|
||||||
|
|
||||||
|
|
||||||
|
****************************************************************************
|
||||||
|
Partial Disk (Transparent) Encryption Support via Software Encryption (LUKS)
|
||||||
|
****************************************************************************
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
partial-disk-transparent-encryption-support-via-software-enc-27a570f3142c
|
||||||
|
|
||||||
*********************
|
*********************
|
||||||
Linux Auditing System
|
Linux Auditing System
|
||||||
*********************
|
*********************
|
||||||
|
@ -0,0 +1,18 @@
|
|||||||
|
.. _partial-disk-transparent-encryption-support-via-software-enc-27a570f3142c:
|
||||||
|
|
||||||
|
============================================================================
|
||||||
|
Partial Disk (Transparent) Encryption Support via Software Encryption (LUKS)
|
||||||
|
============================================================================
|
||||||
|
|
||||||
|
.. rubric:: |context|
|
||||||
|
|
||||||
|
A new encrypted filesystem using Linux Unified Key Setup (LUKS) is created
|
||||||
|
automatically on all hosts to store security-sensitive files. This is mounted
|
||||||
|
at '/var/luks/stx/luks_fs' and the files kept in '/var/luks/stx/luks_fs/controller'
|
||||||
|
directory are replicated between the controllers.
|
||||||
|
|
||||||
|
.. only:: partner
|
||||||
|
|
||||||
|
.. include:: /_includes/partial-disk-encryption-support-37cf9e2651db.rest
|
||||||
|
:start-after: begin-partial-disk-encrypt
|
||||||
|
:end-before: end-partial-disk-encrypt
|
@ -89,6 +89,7 @@
|
|||||||
.. |LDPC| replace:: :abbr:`LDPC (Low-Density Parity Check)`
|
.. |LDPC| replace:: :abbr:`LDPC (Low-Density Parity Check)`
|
||||||
.. |LLDP| replace:: :abbr:`LLDP (Link Layer Discovery Protocol)`
|
.. |LLDP| replace:: :abbr:`LLDP (Link Layer Discovery Protocol)`
|
||||||
.. |LSM| replace:: :abbr:`LSM (Linux Security Modules)`
|
.. |LSM| replace:: :abbr:`LSM (Linux Security Modules)`
|
||||||
|
.. |LUKS| replace:: :abbr:`LUKS (Linux Unified Key Setup)`
|
||||||
.. |LVG| replace:: :abbr:`LVG (Local Volume Groups)`
|
.. |LVG| replace:: :abbr:`LVG (Local Volume Groups)`
|
||||||
.. |MAC| replace:: :abbr:`MAC (Media Access Control)`
|
.. |MAC| replace:: :abbr:`MAC (Media Access Control)`
|
||||||
.. |MEC| replace:: :abbr:`MEC (Multi-access Edge Computing)`
|
.. |MEC| replace:: :abbr:`MEC (Multi-access Edge Computing)`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user