| 123456789101112131415161718192021222324252627282930313233 |
- #
- # Integration Test Config: dashboardAcls
- #
- listenAddressSingleHTTPFrontend: 0.0.0.0:1337
- logLevel: "DEBUG"
- checkForUpdates: false
- defaultPermissions:
- view: false
- exec: false
- accessControlLists:
- - name: admins
- matchUsergroups:
- - admins
- permissions:
- view: true
- exec: true
- dashboards:
- - title: Public tools
- contents:
- - title: Welcome guest
- type: display
- - title: Services
- acls:
- - admins
- contents:
- - title: 'Status: running'
- type: display
|