Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0fcc0454
Commit
0fcc0454
authored
Apr 22, 2016
by
Gabriel Mazetto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added instructions for database encryption key in Geo
parent
42adc0f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
doc/gitlab-geo/configuration.md
doc/gitlab-geo/configuration.md
+14
-1
No files found.
doc/gitlab-geo/configuration.md
View file @
0fcc0454
...
...
@@ -14,7 +14,8 @@ complete the process.
-
[
Create SSH key pairs for Geo nodes
](
#create-ssh-key-pairs-for-geo-nodes
)
-
[
Primary Node GitLab setup
](
#primary-node-gitlab-setup
)
-
[
Secondary Node GitLab setup
](
#secondary-node-gitlab-setup
)
-
[
Authorized keys regeneration
](
#authorized-keys-regeneration
)
-
[
Database Encryptation Key
](
#database-encryptation-key
)
-
[
Authorized keys regeneration
](
#authorized-keys-regeneration
)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
...
...
@@ -119,6 +120,18 @@ Edition installation, with some extra requirements:
-
Your secondary node should be allowed to communicate via HTTP/HTTPS and
SSH with your primary node (make sure your firewall is not blocking that).
### Database Encryption Key
GitLab stores a unique encryption key in disk that we use to safely store sensitive
data in the database.
Any secondary node must have the exact same value for
`db_key_base`
as defined in the primary one.
For Omnibus installations it is stored at
`/etc/gitlab/gitlab-secrets.json`
.
For Source installations it is stored at
`/home/git/gitlab/config/secrets.yml`
.
### Authorized keys regeneration
The final step will be to regenerate the keys for
`.ssh/authorized_keys`
using
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment