Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

lacion/keyper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keyper

Introduction

Keyper is a basic Key Management Service that would allow SA to add users and their keys for later retrival via a rest interface

Overview

for development purpouses everytime you run the service a new DB will be created from scratch (loosing all previouse data) this behavior can be changed in persistence.xml file

Running The Application

  • To package the example run.

      mvn package
    
  • To run the server and create the DB.

      java -jar target/keyper-0.0.1.jar server example.yml
    

About

Key Management Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages