Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Proto Kms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
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
Proto Kms
Commits
1159a9b0
Commit
1159a9b0
authored
2 years ago
by
Martin Stiemerling
Browse files
Options
Downloads
Patches
Plain Diff
works now for self-testing.
parent
10a2cfe7
No related branches found
No related tags found
1 merge request
!4
Fixes to docker-compose
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.go
+5
-5
5 additions, 5 deletions
main.go
with
5 additions
and
5 deletions
main.go
+
5
−
5
View file @
1159a9b0
...
@@ -22,19 +22,19 @@ func main() {
...
@@ -22,19 +22,19 @@ func main() {
// quantumlayer so generated keys can be fetched. This is mainly to simplify
// quantumlayer so generated keys can be fetched. This is mainly to simplify
// the initial setup process.
// the initial setup process.
flag
.
BoolVar
(
&
selfTesting
,
"selfTesting"
,
fals
e
,
flag
.
BoolVar
(
&
selfTesting
,
"selfTesting"
,
tru
e
,
"Will perform self-testing with second quantum link if set to true"
)
"Will perform self-testing with second quantum link if set to true"
)
flag
.
StringVar
(
&
udpQL1AddrString
,
"address"
,
"[::1]:50900"
,
flag
.
StringVar
(
&
udpQL1AddrString
,
"
my-
address"
,
"[::1]:50900"
,
"The UDP address for my quantumlayer so keys can be fetched"
)
"The UDP address for my quantumlayer so keys can be fetched"
)
flag
.
StringVar
(
&
ql1Name
,
"name"
,
"ekms-ql1"
,
flag
.
StringVar
(
&
ql1Name
,
"
my-
name"
,
"ekms-ql1"
,
"The name of the quantumlayer"
)
"The name of the quantumlayer"
)
flag
.
StringVar
(
&
udpQL2AddrString
,
"address"
,
"[::1]:50901"
,
flag
.
StringVar
(
&
udpQL2AddrString
,
"
remote-
address"
,
"[::1]:50901"
,
"The UDP address to a second quantumlayer so keys can be fetched"
)
"The UDP address to a second quantumlayer so keys can be fetched"
)
flag
.
StringVar
(
&
ql2Name
,
"name"
,
"ekms-ql2"
,
flag
.
StringVar
(
&
ql2Name
,
"
remote-
name"
,
"ekms-ql2"
,
"The name of the quantumlayer"
)
"The name of the quantumlayer"
)
// Parse the provided flags
// Parse the provided flags
...
...
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