summaryrefslogtreecommitdiffstats
path: root/config/pdf
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2019-02-23 13:16:46 +0100
committerFatih Degirmenci <fdegir@gmail.com>2019-02-25 16:08:33 +0000
commit3fd1dbf428b6f9c598b7af06176c8a4ba9ec1232 (patch)
tree2cbd026a35835e431e6caf194af13cd21e3ef1fb /config/pdf
parent94f99be1ddd263506231ec5b72b576a6c63d82c6 (diff)
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 <fdegir@gmail.com>
Diffstat (limited to 'config/pdf')
-rw-r--r--config/pdf/pod1.schema.yaml2
1 files changed, 2 insertions, 0 deletions
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: