Fix fine-grained permissions config (#2688)
* disabled by default * evaluaton context considers fine-grained only when acm is enabled Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -23,7 +23,7 @@ import org.springframework.test.context.TestPropertySource;
|
||||
* Feature: Integration Test - Security<br/>
|
||||
* Story: PreAuthorized enabled
|
||||
*/
|
||||
@TestPropertySource(properties = { "spring.flyway.enabled=true" })
|
||||
@TestPropertySource(properties = { "spring.flyway.enabled=true", "hawkbit.acm.access-controller.enabled=false" })
|
||||
class PreAuthorizeEnabledTest extends AbstractSecurityTest {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user