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
Commits
6ac6b482
Commit
6ac6b482
authored
6 years ago
by
Viktor Matanski
Browse files
Options
Downloads
Patches
Plain Diff
added readme
parent
fd23e1c6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!12
added readme
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+34
-1
34 additions, 1 deletion
README.md
with
34 additions
and
1 deletion
README.md
+
34
−
1
View file @
6ac6b482
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment