[JBoss JIRA] (ISPN-7251) Administration console - changing configuration in standalone mode should not promt restart dialog
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7251?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7251:
--------------------------------------
Status: Open (was: New)
> Administration console - changing configuration in standalone mode should not promt restart dialog
> --------------------------------------------------------------------------------------------------
>
> Key: ISPN-7251
> URL: https://issues.jboss.org/browse/ISPN-7251
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 9.0.0.Alpha4
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
>
> Start server in standalone mode, with clustered configuration:
> bin/standalone.sh -c clustered.xml
> Change cache or cache container configuration:
> e.g. click on cache container -> Configuration -> change settings -> click save/apply changes -> restart required dialog is displayed -> click restart now
> Result nothing happens.
> Expected result: Dialog saying manual restart is required for this change to take effect, no action buttons offered. This works correctly in standalone mode with non-clustered configuration (started by bin/standalone.sh)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 1 month
[JBoss JIRA] (ISPN-7254) Administration console - accesing content without needed permissions should display error meesage
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-7254?page=com.atlassian.jira.plugin.... ]
Ryan Emerson resolved ISPN-7254.
--------------------------------
Fix Version/s: 9.0.0.Beta1
Resolution: Done
> Administration console - accesing content without needed permissions should display error meesage
> -------------------------------------------------------------------------------------------------
>
> Key: ISPN-7254
> URL: https://issues.jboss.org/browse/ISPN-7254
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 9.0.0.Alpha4
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.0.Beta1
>
> Attachments: standalone-auth.xml
>
>
> Create user with admin role, but without ___script_manager and ___schema_manager roles
> Start the server with security enabled.
> e.g. standalone with attached configuration (but the issue is present in domain mode as well)
> bin/standalone.sh -c standalone-auth.xml
> click on cache container -> configuration
> result: the console is stuck with loading icon (it's still responding)
> Server log show:
> ERROR [org.jboss.as.controller.management-operation] (External Management Request Threads -- 9) WFLYCTL0013: Operation ("get-proto-schema-names") failed - address: ([
> "subsystem",
> "datagrid-infinispan",
> "cache-container",
> "local"
> ]) - failure description: "DGISPN0118: Failed to invoke operation: ISPN000287: Unauthorized access: subject 'Subject with principal(s): [org.jboss.as.core.security.SimplePrincipal@36ebcb, user@ManagementRealm, admin@ManagementRealm, InetAddressPrincipal <127.0.0.1/127.0.0.1>]' lacks 'BULK_READ' permission"
> Expected result: there should be an error message in the console informing the user that he doesn't have required permissions.
> *Another issue*: User have admin role, so he should be able to access configuration page, he shouldn't be able to access scripts and schemes configuration because he lacks ,___script_manager and ___schema_manager
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 1 month