14 lines
470 B
HTML
14 lines
470 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>API Overview</title>
|
|
</head>
|
|
<body>
|
|
<p>Java Vault Connector is a connector library for Vault by Hashicorp written in Java.</p>
|
|
<p>The connector allows simple usage of Vault's secret store in own applications.</p>
|
|
<p>It features a default implementation for the HTTP(S) interface and supports various authorization methods including
|
|
AppRole, token and secret handling.</p>
|
|
</body>
|
|
</html>
|