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
Merge requests
!211
Add a seperate AKMS config option
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add a seperate AKMS config option
seperate-config-option-for-akms
into
master
Overview
0
Commits
2
Pipelines
2
Changes
11
Merged
Malte Bauch
requested to merge
seperate-config-option-for-akms
into
master
7 months ago
Overview
0
Commits
2
Pipelines
2
Changes
11
Expand
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
My code follows the code style of this project.
My change requires a change to the documentation.
I have updated the documentation accordingly.
I have read the
CONTRIBUTING
document.
I have added tests to cover my changes.
All new and existing tests passed.
0
0
Merge request reports
Compare
master
version 1
b51659e8
7 months ago
master (base)
and
latest version
latest version
f092d3e0
2 commits,
7 months ago
version 1
b51659e8
1 commit,
7 months ago
11 files
+
90
−
59
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
config/goKMS/example01.yaml
+
3
−
2
Options
@@ -3,8 +3,9 @@ Name: kms01
@@ -3,8 +3,9 @@ Name: kms01
InterComAddr
:
0.0.0.0:50910
InterComAddr
:
0.0.0.0:50910
QuantumAddr
:
0.0.0.0:50911
QuantumAddr
:
0.0.0.0:50911
GRPCAddr
:
0.0.0.0:50900
GRPCAddr
:
0.0.0.0:50900
AkmsURL
:
"
http://akms-receiver01:4444/api/v1/keys/push_ksa_key"
AKMS
:
AkmsCkmsServerPort
:
"
9696"
RemoteAddress
:
"
http://akms-receiver01:4444/api/v1/keys/push_ksa_key"
ServerPort
:
"
9696"
GRPCTimeoutInSeconds
:
600
GRPCTimeoutInSeconds
:
600
KmsTLS
:
KmsTLS
:
Active
:
false
Active
:
false
Loading