Open andyuk1986 opened 3 weeks ago
I will add a test covering this scenario, as our RBAC tests were testing only that the deployer
can see the button, assuming that the button will lead to a proper page.
@andyuk1986 please change the screenshot (or remove the header)
@karesti I have updated the screenshot with proper one and updated the header.
Describe the bug
From the existing Infinispan authorization logic, the admin and deployer users should be able to create a cache, others see
Create cache configuration
button, which allows to create the cache config and download it. Seems that there is regression in 15.x (which I have just found by manual testing), so when thedeployer
clicks onCreate a cache
button, the "Unauthorized access" page is shown.Expected behavior
The
deployer
user should be able to create a cache.Actual behavior
The
deployer
user is not able to create a cache. TheUnauthorized access
page is shown to him.How to Reproduce?
Create a
deployer
user with command:./cli.sh user create deployer -p password -g deployer
The start the server and login with
deployer
user. You can see the buttonCreate a cache
.Click on the button, and you will see the following screen:
Output of
uname -a
orver
Linux fedora 6.10.12-200.fc40.x86_64
Infinispan version or git rev
15.x