Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
43368cdf
Commit
43368cdf
authored
Apr 12, 2021
by
michael.simon
Browse files
Add RestAdmin Role creation, if it doesn't exist
parent
f5008237
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-service/src/main/java/edu/kit/scc/webreg/bootstrap/ApplicationBootstrap.java
View file @
43368cdf
...
...
@@ -102,6 +102,7 @@ public class ApplicationBootstrap {
checkRole
(
"UserAdmin"
);
checkRole
(
"GroupAdmin"
);
checkRole
(
"ServiceAdmin"
);
checkRole
(
"RestAdmin"
);
checkRole
(
"RestServiceAdmin"
);
checkRole
(
"RestGroupAdmin"
);
checkRole
(
"SamlAdmin"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment