@RestController @RequestMapping(value="/cli") public class CliController extends Object
Constructor and Description |
---|
CliController(OneOpsConfig config) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> |
download()
Download secrets cli binary.
|
Map<String,String> |
info()
Returns the authenticated current user info.
|
public CliController(OneOpsConfig config)
@GetMapping(value="/info") public Map<String,String> info()
@GetMapping(value="/download") @Cacheable(value="secrets-cli") public org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> download() throws IOException
IOException
- throws if any error reading the file.Copyright © 2018 Walmart, Inc.. All rights reserved.