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
a1802631
Commit
a1802631
authored
Mar 23, 2020
by
Nourdin el Bacha
Committed by
Evan Read
Mar 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add an example for the authorization token
parent
9795ea8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
doc/administration/geo/replication/docker_registry.md
doc/administration/geo/replication/docker_registry.md
+5
-1
No files found.
doc/administration/geo/replication/docker_registry.md
View file @
a1802631
...
...
@@ -51,12 +51,16 @@ We need to make Docker Registry send notification events to the
'threshold'
=>
5
,
'backoff'
=>
'1s'
,
'headers'
=>
{
'Authorization'
=>
[
'<replace_with_a_secret_token>'
]
# An alphanumeric string. Case sensitive and must start with a letter.
'Authorization'
=>
[
'<replace_with_a_secret_token>'
]
}
}
]
```
NOTE:
**Note:**
Replace
`<replace_with_a_secret_token>`
with a case sensitive alphanumeric string
that starts with a letter. You can generate one with
`< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c 32 | sed "s/^[0-9]*//"; echo`
NOTE:
**Note:**
If you use an external Registry (not the one integrated with GitLab), you must add
these settings to its configuration yourself. In this case, you will also have to specify
...
...
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