Statistics
| Branch: | Tag: | Revision:

root / doc / design-node-security.rst @ 925ad2e1

History | View | Annotate | Download (27.8 kB)

# Date Author Comment
925ad2e1 03/13/2014 07:59 pm Helga Velroyen

Fixing formatting of design-node-security

Turns out, rst wants to have a blank line before
enumerations. Also rearranging some paragraph to make the
lines align better.

Signed-off-by: Helga Velroyen <>
Reviewed-by: Hrvoje Ribicic <>

b123fb31 03/13/2014 05:40 pm Helga Velroyen

Detailing SSH part of 'desing-node-security'

This patch elaborates the node security design wrt to SSH
key handling to make sure it is feasible before starting
the implementation.
In this updated design the first and more simple proposal
of simply removing the private root key from normal nodes...

0565f862 02/14/2014 03:51 pm Helga Velroyen

Update design doc wrt to improved SSL design

This patch updates the design document of Ganeti's node
security to make it consistent with the implementation
and to extend it with a couple of suggestions to improve
the SSL security even more.

Signed-off-by: Helga Velroyen <>...

575b31bf 12/20/2013 03:44 pm Helga Velroyen

Update design doc to match implementation

This patch contains some minor changes in the design doc
to make sure the details match the implementation.

Signed-off-by: Helga Velroyen <>
Reviewed-by: Hrvoje Ribicic <>

c2a3c07d 12/05/2013 02:11 pm Helga Velroyen

Design: Improvements of Node Security

This is a design doc addressing issue 377. Objective is
to reduce the number of nodes that are able to establish
ssh and RPC connections to other nodes. Limiting this
set of nodes to the master candidates is desired to...