History log of /openbmc/webui-vue/src/views/SecurityAndAccess/Policies/Policies.vue (Results 1 – 4 of 4)
Revision Date Author Comments
# 2dabfc1b 29-Mar-2023 kirankumarb07 <kirankumarb@ami.com>

Add session timeout in Policies page

This patchset will provide the option to configure the session timeout
for the WebUI. The functionality will provide the below timeout options
to configure.

Add session timeout in Policies page

This patchset will provide the option to configure the session timeout
for the WebUI. The functionality will provide the below timeout options
to configure.
1. 30 minutes
2. 1 hour
3. 2 hours
4. 4 hours
5. 8 hours
6. 1 Day
For the API, redfish is having the following resource.
URL - /redfish/v1/SessionService
Method
- GET (to get the configured timeout)
- PATCH (to configure the timeout value)
Property - { "SessionTimeout": 1800 }

When the user idles up until the configured session timeout, after that
any API call from this session will get 401 status and the web UI will
gets logged out.

Change-Id: Ic7c6b4817e560ca4ceb983dc5e2af51f3ae08cf5
Signed-off-by: Kirankumar Ballapalli <kirankumarb@ami.com>

show more ...


# aee27141 27-Jan-2022 Nikhil Ashoka <a.nikhil@ibm.com>

Security Panel add additional features

Added RTAD under Network interfaces
Added VirtualTPM under Network services
Removed the sub-headings in Policies page

Signed-off-by: Nikhil Ashoka <a.nikhil@i

Security Panel add additional features

Added RTAD under Network interfaces
Added VirtualTPM under Network services
Removed the sub-headings in Policies page

Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com>
Change-Id: I6290362cecdfe7f8cd7bfde20fcaca88b6bc2c09

show more ...


# e020d581 16-Aug-2021 MichalX Szopinski <michalx.szopinski@intel.com>

Hide "BMC shell (via SSH)" switch button on Intel environment

Add environment variable to control visibility of "BMC shell"
switch button on "Policies" tab.

Signed-off-by: MichalX Szopinski <michal

Hide "BMC shell (via SSH)" switch button on Intel environment

Add environment variable to control visibility of "BMC shell"
switch button on "Policies" tab.

Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com>
Change-Id: I824e942cabbbb9da61343ebdbea8c93f1fe2b246

show more ...


# b440616c 26-Jul-2021 Sandeepa Singh <sandeepa.singh@ibm.com>

IA update: Update access and control section

This is the fifth commit of the information architecture changes and
has the following changes:

- The icon for access and control has been updated
- Acc

IA update: Update access and control section

This is the fifth commit of the information architecture changes and
has the following changes:

- The icon for access and control has been updated
- Access and control section has been updated to security and
access section
- Security settings page has been updated to policies page and moved to
security and access section
- Client sessions page has been updated to sessions page
- Local user management page has been updated to user management page
- SSL certificates page has been updated to certificates page

Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com>
Change-Id: Ie93cee9002742ecf7d33615636f4f159f4395fc4

show more ...