/openbmc/webui-vue/tests/unit/ |
H A D | AppNavigation.spec.js | diff aeb19816e67f6d3ffb1b37c95d813a25b8be1d7b Wed Nov 23 19:00:53 CST 2022 Damian Celico <damianx.celico@intel.com> Added route restrictions based on user privilege
This commit allows us to add 'exclusiveToRoles' field to route config files, with the list of roles that can access this resource, if needed. In this case, only Administrator can access Virtual-Media page and SOL console, and it is blocked for other users.
Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.com> Change-Id: Ibcee18bd92d97c34414ecaf2caf6af28070c5538
|
/openbmc/webui-vue/src/env/components/AppNavigation/ |
H A D | intel.js | diff aeb19816e67f6d3ffb1b37c95d813a25b8be1d7b Wed Nov 23 19:00:53 CST 2022 Damian Celico <damianx.celico@intel.com> Added route restrictions based on user privilege
This commit allows us to add 'exclusiveToRoles' field to route config files, with the list of roles that can access this resource, if needed. In this case, only Administrator can access Virtual-Media page and SOL console, and it is blocked for other users.
Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.com> Change-Id: Ibcee18bd92d97c34414ecaf2caf6af28070c5538
|
/openbmc/webui-vue/src/env/router/ |
H A D | intel.js | diff aeb19816e67f6d3ffb1b37c95d813a25b8be1d7b Wed Nov 23 19:00:53 CST 2022 Damian Celico <damianx.celico@intel.com> Added route restrictions based on user privilege
This commit allows us to add 'exclusiveToRoles' field to route config files, with the list of roles that can access this resource, if needed. In this case, only Administrator can access Virtual-Media page and SOL console, and it is blocked for other users.
Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.com> Change-Id: Ibcee18bd92d97c34414ecaf2caf6af28070c5538
|
/openbmc/webui-vue/src/components/AppNavigation/ |
H A D | AppNavigationMixin.js | diff aeb19816e67f6d3ffb1b37c95d813a25b8be1d7b Wed Nov 23 19:00:53 CST 2022 Damian Celico <damianx.celico@intel.com> Added route restrictions based on user privilege
This commit allows us to add 'exclusiveToRoles' field to route config files, with the list of roles that can access this resource, if needed. In this case, only Administrator can access Virtual-Media page and SOL console, and it is blocked for other users.
Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.com> Change-Id: Ibcee18bd92d97c34414ecaf2caf6af28070c5538
|
H A D | AppNavigation.vue | diff aeb19816e67f6d3ffb1b37c95d813a25b8be1d7b Wed Nov 23 19:00:53 CST 2022 Damian Celico <damianx.celico@intel.com> Added route restrictions based on user privilege
This commit allows us to add 'exclusiveToRoles' field to route config files, with the list of roles that can access this resource, if needed. In this case, only Administrator can access Virtual-Media page and SOL console, and it is blocked for other users.
Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.com> Change-Id: Ibcee18bd92d97c34414ecaf2caf6af28070c5538
|
/openbmc/webui-vue/src/store/modules/ |
H A D | GlobalStore.js | diff aeb19816e67f6d3ffb1b37c95d813a25b8be1d7b Wed Nov 23 19:00:53 CST 2022 Damian Celico <damianx.celico@intel.com> Added route restrictions based on user privilege
This commit allows us to add 'exclusiveToRoles' field to route config files, with the list of roles that can access this resource, if needed. In this case, only Administrator can access Virtual-Media page and SOL console, and it is blocked for other users.
Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.com> Change-Id: Ibcee18bd92d97c34414ecaf2caf6af28070c5538
|
/openbmc/webui-vue/src/router/ |
H A D | routes.js | diff aeb19816e67f6d3ffb1b37c95d813a25b8be1d7b Wed Nov 23 19:00:53 CST 2022 Damian Celico <damianx.celico@intel.com> Added route restrictions based on user privilege
This commit allows us to add 'exclusiveToRoles' field to route config files, with the list of roles that can access this resource, if needed. In this case, only Administrator can access Virtual-Media page and SOL console, and it is blocked for other users.
Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.com> Change-Id: Ibcee18bd92d97c34414ecaf2caf6af28070c5538
|
H A D | index.js | diff aeb19816e67f6d3ffb1b37c95d813a25b8be1d7b Wed Nov 23 19:00:53 CST 2022 Damian Celico <damianx.celico@intel.com> Added route restrictions based on user privilege
This commit allows us to add 'exclusiveToRoles' field to route config files, with the list of roles that can access this resource, if needed. In this case, only Administrator can access Virtual-Media page and SOL console, and it is blocked for other users.
Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.com> Change-Id: Ibcee18bd92d97c34414ecaf2caf6af28070c5538
|
/openbmc/webui-vue/src/store/modules/Authentication/ |
H A D | AuthenticanStore.js | diff aeb19816e67f6d3ffb1b37c95d813a25b8be1d7b Wed Nov 23 19:00:53 CST 2022 Damian Celico <damianx.celico@intel.com> Added route restrictions based on user privilege
This commit allows us to add 'exclusiveToRoles' field to route config files, with the list of roles that can access this resource, if needed. In this case, only Administrator can access Virtual-Media page and SOL console, and it is blocked for other users.
Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.com> Change-Id: Ibcee18bd92d97c34414ecaf2caf6af28070c5538
|
/openbmc/webui-vue/src/views/Login/ |
H A D | Login.vue | diff aeb19816e67f6d3ffb1b37c95d813a25b8be1d7b Wed Nov 23 19:00:53 CST 2022 Damian Celico <damianx.celico@intel.com> Added route restrictions based on user privilege
This commit allows us to add 'exclusiveToRoles' field to route config files, with the list of roles that can access this resource, if needed. In this case, only Administrator can access Virtual-Media page and SOL console, and it is blocked for other users.
Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.com> Change-Id: Ibcee18bd92d97c34414ecaf2caf6af28070c5538
|
/openbmc/webui-vue/src/components/AppHeader/ |
H A D | AppHeader.vue | diff aeb19816e67f6d3ffb1b37c95d813a25b8be1d7b Wed Nov 23 19:00:53 CST 2022 Damian Celico <damianx.celico@intel.com> Added route restrictions based on user privilege
This commit allows us to add 'exclusiveToRoles' field to route config files, with the list of roles that can access this resource, if needed. In this case, only Administrator can access Virtual-Media page and SOL console, and it is blocked for other users.
Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.com> Change-Id: Ibcee18bd92d97c34414ecaf2caf6af28070c5538
|