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
f163e6aa
Commit
f163e6aa
authored
Mar 03, 2021
by
Christian Brueffer
Committed by
Achilleas Pipinellis
Mar 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Fix some docs/administration typos
parent
4ca69686
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
doc/administration/pages/index.md
doc/administration/pages/index.md
+1
-1
doc/administration/pseudonymizer.md
doc/administration/pseudonymizer.md
+2
-2
doc/administration/terraform_state.md
doc/administration/terraform_state.md
+1
-1
doc/administration/uploads.md
doc/administration/uploads.md
+1
-1
No files found.
doc/administration/pages/index.md
View file @
f163e6aa
...
...
@@ -764,7 +764,7 @@ In installations from source:
remote_directory
:
"
pages"
# The bucket name
connection
:
provider
:
AWS
# Only AWS supported at the moment
aws_access_key_id
:
AWS_ACESS_KEY_ID
aws_access_key_id
:
AWS_AC
C
ESS_KEY_ID
aws_secret_access_key
:
AWS_SECRET_ACCESS_KEY
region
:
eu-central-1
```
...
...
doc/administration/pseudonymizer.md
View file @
f163e6aa
...
...
@@ -24,7 +24,7 @@ be textually exported. This ensures that:
## Configuration
To configure the
p
seudonymizer, you need to:
To configure the
P
seudonymizer, you need to:
-
Provide a manifest file that describes which fields should be included or
pseudonymized (
[
example `manifest.yml` file
](
https://gitlab.com/gitlab-org/gitlab/tree/master/config/pseudonymizer.yml
)
).
...
...
@@ -87,7 +87,7 @@ To configure the pseudonymizer, you need to:
## Usage
You can optionally run the
p
seudonymizer using the following environment variables:
You can optionally run the
P
seudonymizer using the following environment variables:
-
`PSEUDONYMIZER_OUTPUT_DIR`
- where to store the output CSV files (defaults to
`/tmp`
)
-
`PSEUDONYMIZER_BATCH`
- the batch size when querying the DB (defaults to
`100000`
)
...
...
doc/administration/terraform_state.md
View file @
f163e6aa
...
...
@@ -117,7 +117,7 @@ See [the available connection settings for different providers](object_storage.m
remote_directory
:
"
terraform"
# The bucket name
connection
:
provider
:
AWS
# Only AWS supported at the moment
aws_access_key_id
:
AWS_ACESS_KEY_ID
aws_access_key_id
:
AWS_AC
C
ESS_KEY_ID
aws_secret_access_key
:
AWS_SECRET_ACCESS_KEY
region
:
eu-central-1
```
...
...
doc/administration/uploads.md
View file @
f163e6aa
...
...
@@ -157,7 +157,7 @@ _The uploads are stored by default in
remote_directory
:
"
uploads"
# The bucket name
connection
:
provider
:
AWS
# Only AWS supported at the moment
aws_access_key_id
:
AWS_ACESS_KEY_ID
aws_access_key_id
:
AWS_AC
C
ESS_KEY_ID
aws_secret_access_key
:
AWS_SECRET_ACCESS_KEY
region
:
eu-central-1
```
...
...
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