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
Issue boards
Milestones
Wiki
Code
Merge requests
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
d55abeb8
Commit
d55abeb8
authored
4 years ago
by
Damyan Mitev
Browse files
Options
Downloads
Patches
Plain Diff
fix typo
parent
4b5c3ee3
No related branches found
No related tags found
1 merge request
!63
vereign root certificate expires on 1st november
Pipeline
#32213
passed
4 years ago
Stage: build
Stage: manifest
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config.yaml.sample
+1
-1
1 addition, 1 deletion
config.yaml.sample
config/configs.go
+1
-1
1 addition, 1 deletion
config/configs.go
with
2 additions
and
2 deletions
config.yaml.sample
+
1
−
1
View file @
d55abeb8
...
@@ -60,4 +60,4 @@ vaultEncryptionURL: http://10.6.16.32:8200
...
@@ -60,4 +60,4 @@ vaultEncryptionURL: http://10.6.16.32:8200
vaultEncryptionToken: YOUR_VAULT_TOKEN
vaultEncryptionToken: YOUR_VAULT_TOKEN
vaultEncryptionPath: /developers/data/devteam/cert
vaultEncryptionPath: /developers/data/devteam/cert
vaultEncryptionCertFile: encryptionCert
vaultEncryptionCertFile: encryptionCert
vaultEncryptionKeyFile: enc
t
yptionKey
vaultEncryptionKeyFile: enc
r
yptionKey
This diff is collapsed.
Click to expand it.
config/configs.go
+
1
−
1
View file @
d55abeb8
...
@@ -92,7 +92,7 @@ func SetConfigValues(configFile, etcdURL string) error {
...
@@ -92,7 +92,7 @@ func SetConfigValues(configFile, etcdURL string) error {
viper
.
SetDefault
(
"vaultEncryptionToken"
,
""
)
viper
.
SetDefault
(
"vaultEncryptionToken"
,
""
)
viper
.
SetDefault
(
"vaultEncryptionPath"
,
""
)
viper
.
SetDefault
(
"vaultEncryptionPath"
,
""
)
viper
.
SetDefault
(
"vaultEncryptionCertFile"
,
"encryptionCert"
)
viper
.
SetDefault
(
"vaultEncryptionCertFile"
,
"encryptionCert"
)
viper
.
SetDefault
(
"vaultEncryptionKeyFile"
,
"enc
t
yptionKey"
)
viper
.
SetDefault
(
"vaultEncryptionKeyFile"
,
"enc
r
yptionKey"
)
// Read Config File
// Read Config File
if
configFile
!=
""
{
if
configFile
!=
""
{
...
...
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