History log of /openbmc/webui-vue/src/store/modules/SecurityAndAccess/SessionsStore.js (Results 1 – 5 of 5)
Revision Date Author Comments
# 8132399c 27-Feb-2024 Ed Tanous <ed@tanous.net>

Reformat files with new linter

All changes should be whitespace, and were done using npm run-script
lint.

Change-Id: I943c6b435c5c872841af5affc1e89910468b5ca6
Signed-off-by: Ed Tanous <ed@tanous.ne

Reformat files with new linter

All changes should be whitespace, and were done using npm run-script
lint.

Change-Id: I943c6b435c5c872841af5affc1e89910468b5ca6
Signed-off-by: Ed Tanous <ed@tanous.net>

show more ...


# 568b8a93 14-Feb-2023 kirankumarb07 <kirankumarb@ami.com>

Sessions page Client ID is not displayed

Redfish added support for the Context parameter on the session resource
This parameter has the same function that the "OemSession.ClientId"
field served. And

Sessions page Client ID is not displayed

Redfish added support for the Context parameter on the session resource
This parameter has the same function that the "OemSession.ClientId"
field served. And BMC Web moves all the existing ClientId code to
produce Context. This patch set contains the code changes for adding a
new column "Context" in the sessions page and modifying the existing
column "Client ID" to "Session ID" and mapping the redfish property
"Id" to it.

The property "Context" is optional in redfish. If the Context holds any
value it will display in WebUI as it is. If it is not having any value,
"-" will be displayed in the WebUI.

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

show more ...


# e4c78cf3 21-Apr-2022 Jiaqing Zhao <jiaqing.zhao@intel.com>

Revert "Filtered the IP address to IPv4 on sessions page"

In bmcweb/41d61c8 ("Convert IPv4-mapped IPv6 ClientIP back to IPv4"),
bmcweb automatically converts IPv4 addresses to IPv4 format, workaroun

Revert "Filtered the IP address to IPv4 on sessions page"

In bmcweb/41d61c8 ("Convert IPv4-mapped IPv6 ClientIP back to IPv4"),
bmcweb automatically converts IPv4 addresses to IPv4 format, workaround
in webui-vue is no longer needed.
The original patch also brings issue with displaying IPv6 addresses in
Sessions tab.
This reverts commit d902aa7b4f98b49d2a20ad8253bc15afd77e9349.

Tested:
Both IPv4 and IPv6 addresses are displayed correctly in Sessions.

Change-Id: Ib56398de51526ee72168b5bf8427278bcb6f9c17
Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com>

show more ...


# d902aa7b 01-Feb-2022 Sandeepa Singh <sandeepa.singh@ibm.com>

Filtered the IP address to IPv4 on sessions page

The IP address on sessions page is comming IPv6. It should be shown
IPv4 address.

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

Filtered the IP address to IPv4 on sessions page

The IP address on sessions page is comming IPv6. It should be shown
IPv4 address.

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

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 ...