From 3fd1dbf428b6f9c598b7af06176c8a4ba9ec1232 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Sat, 23 Feb 2019 13:16:46 +0100 Subject: Add privilege_level to remote management parameters This change proposes addition of a new optional parameter to PDF schema to make setting different privilege level for remote access possible via PDF. In certain cases, the users of a specific POD may not be granted ADMIN privileges to use remote management capabilities and instead they may be granted lower privileges such as OPERATOR. Even though this type of situations could be hanled in provisioning frameworks and can perhaps be pushed into IDF, it is more appropriate to put the privilege level setting into PDF next to other remote management parameters. Change-Id: I8486c0f8867d8dd54d1731876e0ffef33fb36a96 Signed-off-by: Fatih Degirmenci --- config/pdf/pod1.schema.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/pdf/pod1.schema.yaml b/config/pdf/pod1.schema.yaml index 33b2d8c3..419ab288 100644 --- a/config/pdf/pod1.schema.yaml +++ b/config/pdf/pod1.schema.yaml @@ -74,6 +74,8 @@ definitions: type: 'string' pass: type: 'string' + privilege_level: + type: 'string' type: type: 'string' versions: -- cgit 1.2.3-korg