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
e45f3301
Commit
e45f3301
authored
6 years ago
by
Olgun Cengiz
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into devops20-monitoring
parents
b9b2d842
fdb9b8e8
No related branches found
No related tags found
2 merge requests
!23
Devops20 monitoring
,
!15
WIP: Master
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LICENSE.md
+660
-0
660 additions, 0 deletions
LICENSE.md
README.md
+34
-1
34 additions, 1 deletion
README.md
with
694 additions
and
1 deletion
LICENSE.md
0 → 100644
+
660
−
0
View file @
e45f3301
This diff is collapsed.
Click to expand it.
README.md
+
34
−
1
View file @
e45f3301
# 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