Add a new graphdb user automatically
This commit is contained in:
parent
f22e658183
commit
30ca61c05f
5 changed files with 60 additions and 7 deletions
8
factory/resources/templates/graphdb-user.json
Normal file
8
factory/resources/templates/graphdb-user.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"username": "${GRAPHDB_USER}",
|
||||
"grantedAuthorities": [
|
||||
"ROLE_USER",
|
||||
"READ_REPO_${GRAPHDB_REPO}",
|
||||
"WRITE_REPO_${GRAPHDB_REPO}"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue