mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-31 10:27:14 +00:00 
			
		
		
		
	* make konnect url configurable * switch to fork of dockerize as it allows to skip ssl verification since the address of the oidc issuer is now dynamic it could point to an invalid ssl certificate (the self signed cert is by default "valid" for *) * update hadolint * add more scopes * only skip ssl verification when running insecure
		
			
				
	
	
		
			17 lines
		
	
	
		
			384 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			384 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # This file contains additional scopes for Konnect. All of the scopes listed
 | |
| # here are made available to clients upon request if not limited by other means.
 | |
| 
 | |
| ---
 | |
| scopes:
 | |
|   kopano/gc:
 | |
|     description: "Kopano"
 | |
| 
 | |
|   kopano/kwm:
 | |
|     description: "Access Kopano Meet"
 | |
| 
 | |
|   kopano/kvs:
 | |
|     description: "Access Kopano Key Value Store"
 | |
| 
 | |
|   kopano/pubs:
 | |
|     description: "Access Kopano Pub/Sub"
 |