config.yaml 525 B

123456789101112131415161718192021222324252627282930313233
  1. #
  2. # Integration Test Config: dashboardAcls
  3. #
  4. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  5. logLevel: "DEBUG"
  6. checkForUpdates: false
  7. defaultPermissions:
  8. view: false
  9. exec: false
  10. accessControlLists:
  11. - name: admins
  12. matchUsergroups:
  13. - admins
  14. permissions:
  15. view: true
  16. exec: true
  17. dashboards:
  18. - title: Public tools
  19. contents:
  20. - title: Welcome guest
  21. type: display
  22. - title: Services
  23. acls:
  24. - admins
  25. contents:
  26. - title: 'Status: running'
  27. type: display