From d3d8b624e4f7056910f2639f2ed9f5e66a79307f Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Mon, 11 Sep 2017 12:37:22 +0800 Subject: leverage LFID authentication to pod creation only valid linux foundation user is allowed to create the new pod add owner field in pods to track the pod creator Change-Id: Icada07152069f7c826bfa6122cb86db8c4e3bf68 Signed-off-by: SerenaFeng --- utils/test/testapi/3rd_party/static/testapi-ui/components/pods/pods.html | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/test/testapi/3rd_party/static/testapi-ui') diff --git a/utils/test/testapi/3rd_party/static/testapi-ui/components/pods/pods.html b/utils/test/testapi/3rd_party/static/testapi-ui/components/pods/pods.html index e366670a9..22f29347b 100644 --- a/utils/test/testapi/3rd_party/static/testapi-ui/components/pods/pods.html +++ b/utils/test/testapi/3rd_party/static/testapi-ui/components/pods/pods.html @@ -54,6 +54,7 @@ {{pod.name}}

+ owner: {{pod.owner}}
role: {{pod.role}}
mode: {{pod.mode}}
create_date: {{pod.creation_date}}
-- cgit 1.2.3-korg