Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
quant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
quant
Commits
e8bdcb3d
Commit
e8bdcb3d
authored
1 year ago
by
Neil-Jocelyn Schark
Browse files
Options
Downloads
Patches
Plain Diff
config
parent
9fe0e02e
Branches
Branches containing commit
No related tags found
2 merge requests
!11
Big boom integration
,
!6
Draft: Akms ckms api implementation
Pipeline
#180992
passed
1 year ago
Stage: build
Stage: code-quality
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/ekms/example01.yaml
+2
-0
2 additions, 0 deletions
config/ekms/example01.yaml
config/ekms/example02.yaml
+2
-0
2 additions, 0 deletions
config/ekms/example02.yaml
ekms/etsiqkdnclient/etsi-qkdn-client.go
+7
-7
7 additions, 7 deletions
ekms/etsiqkdnclient/etsi-qkdn-client.go
with
11 additions
and
7 deletions
config/ekms/example01.yaml
+
2
−
0
View file @
e8bdcb3d
...
@@ -2,6 +2,8 @@ Id: '0ff33c82-7fe1-482b-a0ca-67565806ee4b'
...
@@ -2,6 +2,8 @@ Id: '0ff33c82-7fe1-482b-a0ca-67565806ee4b'
Name
:
ekms01
Name
:
ekms01
InterComAddr
:
172.100.20.10:50910
InterComAddr
:
172.100.20.10:50910
GRPCAddr
:
172.100.20.10:50900
GRPCAddr
:
172.100.20.10:50900
AkmsURL
:
"
"
AkmsCkmsServerPort
:
"
"
Peers
:
Peers
:
# peer to ekms02
# peer to ekms02
-
PeerId
:
'
968fd594-b0e7-41f0-ba4b-de259047a933'
-
PeerId
:
'
968fd594-b0e7-41f0-ba4b-de259047a933'
...
...
This diff is collapsed.
Click to expand it.
config/ekms/example02.yaml
+
2
−
0
View file @
e8bdcb3d
...
@@ -2,6 +2,8 @@ Id: '968fd594-b0e7-41f0-ba4b-de259047a933'
...
@@ -2,6 +2,8 @@ Id: '968fd594-b0e7-41f0-ba4b-de259047a933'
Name
:
ekms02
Name
:
ekms02
InterComAddr
:
172.100.20.11:50910
InterComAddr
:
172.100.20.11:50910
GRPCAddr
:
172.100.20.11:50900
GRPCAddr
:
172.100.20.11:50900
AkmsURL
:
"
"
AkmsCkmsServerPort
:
"
"
Peers
:
Peers
:
# peer to ekms01
# peer to ekms01
-
PeerId
:
'
0ff33c82-7fe1-482b-a0ca-67565806ee4b'
-
PeerId
:
'
0ff33c82-7fe1-482b-a0ca-67565806ee4b'
...
...
This diff is collapsed.
Click to expand it.
ekms/etsiqkdnclient/etsi-qkdn-client.go
+
7
−
7
View file @
e8bdcb3d
...
@@ -44,18 +44,18 @@ const (
...
@@ -44,18 +44,18 @@ const (
// GenerateKeys: true
// GenerateKeys: true
type
Config
struct
{
type
Config
struct
{
Id
string
`yaml:"Id"`
Id
string
`yaml:"Id"`
Name
string
`yaml:"Name"`
Name
string
`yaml:"Name"`
InterComAddr
string
`yaml:"InterComAddr"`
InterComAddr
string
`yaml:"InterComAddr"`
GRPCAddr
string
`yaml:"GRPCAddr"`
GRPCAddr
string
`yaml:"GRPCAddr"`
Peers
[]
struct
{
AkmsURL
string
`yaml:"AkmsURL"`
AkmsCkmsServerPort
string
`yaml:"AkmsCkmsServerPort"`
Peers
[]
struct
{
PeerId
string
`yaml:"PeerId"`
PeerId
string
`yaml:"PeerId"`
PeerInterComAddr
string
`yaml:"PeerInterComAddr"`
PeerInterComAddr
string
`yaml:"PeerInterComAddr"`
Sync
bool
`yaml:"Sync"`
Sync
bool
`yaml:"Sync"`
QuantumModule
QuantumModule
`yaml:"QuantumModule"`
QuantumModule
QuantumModule
`yaml:"QuantumModule"`
}
`yaml:"Peers"`
}
`yaml:"Peers"`
AkmsURL
string
`yaml:"AkmsURL"`
AkmsCkmsServerPort
string
`yaml:"AkmsCkmsServerPort"`
}
}
type
QuantumModule
struct
{
type
QuantumModule
struct
{
...
...
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