tarmogoyf

spring vault

Feb 14th, 2023
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. 2023-02-14 15:51:52.567 DEBUG 43276 --- [nio-8080-exec-2] o.s.w.c.RestTemplate : HTTP POST http://localhost:8200/v1/versioned/data/secret/template-manager
  2. 2023-02-14 15:51:52.574 DEBUG 43276 --- [nio-8080-exec-2] o.s.w.c.RestTemplate : Accept=[application/json, application/*+json]
  3. 2023-02-14 15:51:52.577 DEBUG 43276 --- [nio-8080-exec-2] o.s.w.c.RestTemplate : Writing [{data={key-1=value-1}}] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
  4. 2023-02-14 15:51:52.582 DEBUG 43276 --- [nio-8080-exec-2] o.s.w.c.RestTemplate : HTTP GET http://localhost:8200/v1/auth/token/lookup-self
  5. 2023-02-14 15:51:52.584 DEBUG 43276 --- [nio-8080-exec-2] o.s.w.c.RestTemplate : Accept=[application/json, application/*+json]
  6. 2023-02-14 15:51:52.640 DEBUG 43276 --- [nio-8080-exec-2] o.s.w.c.RestTemplate : Response 200 OK
  7. 2023-02-14 15:51:52.641 DEBUG 43276 --- [nio-8080-exec-2] o.s.w.c.RestTemplate : Reading to [org.springframework.vault.support.VaultResponse]
  8. 2023-02-14 15:51:52.653 DEBUG 43276 --- [nio-8080-exec-2] o.s.w.c.RestTemplate : Response 404 NOT_FOUND
  9. 2023-02-14 15:51:52.672 ERROR 43276 --- [nio-8080-exec-2] o.a.c.c.C.[.[.[.[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [/api] threw exception [Request processing failed; nested exception is org.springframework.vault.VaultException: Status 404 Not Found: no handler for route "versioned/data/secret/template-manager". route entry not found.; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: "{"errors":["no handler for route \"versioned/data/secret/template-manager\". route entry not found."]}<EOL>"] with root cause
  10.  
  11. org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: "{"errors":["no handler for route \"versioned/data/secret/template-manager\". route entry not found."]}<EOL>"
Advertisement
Add Comment
Please, Sign In to add comment