Closed ess-acppo-djd closed 4 years ago
NOTE: This task was put on hold, resp. other task-s were given higher priority
# mysql
use emmet;
select * from users;
update users set activated = 1 where userid = 1;
insert into user_role values (1, 'ROLE_ADMIN');
We will script/automate it, and add it to the ag-bie installer.
NOTE: This can be done:
This is only a NOTE/TODO about cas/role-management/URI-filtering/jenkins-integration-configuration:
grails.plugin.springsecurity.controllerAnnotations.staticRules = [
'/jenkins': ['ROLE_ADMIN'],
'/jenkins.*': ['ROLE_ADMIN'],
'/jenkins/**': ['ROLE_ADMIN']
FURTHER NOTE:
The preferable approach (IMO) is to add the location of a list of users and permissions to the inventory. The list itself should be in our private repository.
Not relevant any more. We aren't using CAS and it is disabled
This issue placed here as the CAS is currently linked to the BIE.