Skip to content

Commit

Permalink
Add operator for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp committed Jan 25, 2025
1 parent 53a58a2 commit aaf1a0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev-example/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
- name: admin
fullName: Administrator
password: "$2b$05$NiBd74ZGdplLC63ePZf1f.UtjMKkbQ23cQoO2OKOFalDBHWAOy21."
- name: operator
fullName: Operator
password: "$2b$05$hZaI/jToXf/d3BctZdT38Or7H7h6Pn2W3WiB49p5AyhDHFkkYCvo2"
- name: test1
fullName: Test Account 1
password: "$2b$05$hZaI/jToXf/d3BctZdT38Or7H7h6Pn2W3WiB49p5AyhDHFkkYCvo2"
Expand All @@ -54,6 +57,8 @@
# User admin has role admin
admin:
- admin
operator:
- operator
test1:
- user
test2:
Expand All @@ -69,6 +74,8 @@
# Admins can use all conlets
admin:
- "*"
operator:
- org.jdrupes.vmoperator.vmaccess.VmAccess
user:
- org.jdrupes.vmoperator.vmaccess.VmAccess
# Others cannot use any conlet (except login conlet to log out)
Expand Down

0 comments on commit aaf1a0c

Please sign in to comment.