Add operator for testing.
This commit is contained in:
parent
53a58a2aca
commit
aaf1a0c545
1 changed files with 7 additions and 0 deletions
|
|
@ -40,6 +40,9 @@
|
||||||
- name: admin
|
- name: admin
|
||||||
fullName: Administrator
|
fullName: Administrator
|
||||||
password: "$2b$05$NiBd74ZGdplLC63ePZf1f.UtjMKkbQ23cQoO2OKOFalDBHWAOy21."
|
password: "$2b$05$NiBd74ZGdplLC63ePZf1f.UtjMKkbQ23cQoO2OKOFalDBHWAOy21."
|
||||||
|
- name: operator
|
||||||
|
fullName: Operator
|
||||||
|
password: "$2b$05$hZaI/jToXf/d3BctZdT38Or7H7h6Pn2W3WiB49p5AyhDHFkkYCvo2"
|
||||||
- name: test1
|
- name: test1
|
||||||
fullName: Test Account 1
|
fullName: Test Account 1
|
||||||
password: "$2b$05$hZaI/jToXf/d3BctZdT38Or7H7h6Pn2W3WiB49p5AyhDHFkkYCvo2"
|
password: "$2b$05$hZaI/jToXf/d3BctZdT38Or7H7h6Pn2W3WiB49p5AyhDHFkkYCvo2"
|
||||||
|
|
@ -54,6 +57,8 @@
|
||||||
# User admin has role admin
|
# User admin has role admin
|
||||||
admin:
|
admin:
|
||||||
- admin
|
- admin
|
||||||
|
operator:
|
||||||
|
- operator
|
||||||
test1:
|
test1:
|
||||||
- user
|
- user
|
||||||
test2:
|
test2:
|
||||||
|
|
@ -69,6 +74,8 @@
|
||||||
# Admins can use all conlets
|
# Admins can use all conlets
|
||||||
admin:
|
admin:
|
||||||
- "*"
|
- "*"
|
||||||
|
operator:
|
||||||
|
- org.jdrupes.vmoperator.vmaccess.VmAccess
|
||||||
user:
|
user:
|
||||||
- org.jdrupes.vmoperator.vmaccess.VmAccess
|
- org.jdrupes.vmoperator.vmaccess.VmAccess
|
||||||
# Others cannot use any conlet (except login conlet to log out)
|
# Others cannot use any conlet (except login conlet to log out)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue