mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 18:48:08 +00:00 
			
		
		
		
	credential/*: adhere to new API
This commit is contained in:
		| @@ -16,7 +16,7 @@ func Factory(map[string]string) (logical.Backend, error) { | ||||
| func Backend() *framework.Backend { | ||||
| 	var b backend | ||||
| 	b.Map = &framework.PolicyMap{ | ||||
| 		PathMap:    &framework.PathMap{"teams"}, | ||||
| 		PathMap:    framework.PathMap{Name: "teams"}, | ||||
| 		DefaultKey: "default", | ||||
| 	} | ||||
| 	b.Backend = &framework.Backend{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Mitchell Hashimoto
					Mitchell Hashimoto