Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
key-storage-agent
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Code
key-storage-agent
Merge requests
!12
added readme
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
added readme
readme
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
Viktor
requested to merge
readme
into
master
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6ac6b482
1 commit,
6 years ago
1 file
+
34
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
34
−
1
Options
# key-storage-agent
\ No newline at end of file
# Key Storage Agent
1.
[
Introduction
](
#introduction
)
1.
[
Setup
](
#setup
)
1.
[
License
](
#license
)
# Introduction
This agent is responsible for storing public and private keys used in the system and also for generating key pairs.
It uses the Data Storage service for storing and updating the keys.
It contains the following methods:
*
GetKey
*
SetKey
*
ReserveKeyUUID
*
Revoke
*
GenerateKeyPair
# Setup
### Installation
How to run:
```
$ cd $GOPATH/src/code.vereign.com/code/key-storage-agent
$ make all
$ ./run.sh
```
# License
This project is licensed under the AGPL License - see the
[
LICENSE
](
LICENSE
)
file for details.
\ No newline at end of file
Loading