Commit f163e6aa authored by Christian Brueffer's avatar Christian Brueffer Committed by Achilleas Pipinellis

Docs: Fix some docs/administration typos

parent 4ca69686
...@@ -764,7 +764,7 @@ In installations from source: ...@@ -764,7 +764,7 @@ In installations from source:
remote_directory: "pages" # The bucket name remote_directory: "pages" # The bucket name
connection: connection:
provider: AWS # Only AWS supported at the moment provider: AWS # Only AWS supported at the moment
aws_access_key_id: AWS_ACESS_KEY_ID aws_access_key_id: AWS_ACCESS_KEY_ID
aws_secret_access_key: AWS_SECRET_ACCESS_KEY aws_secret_access_key: AWS_SECRET_ACCESS_KEY
region: eu-central-1 region: eu-central-1
``` ```
......
...@@ -24,7 +24,7 @@ be textually exported. This ensures that: ...@@ -24,7 +24,7 @@ be textually exported. This ensures that:
## Configuration ## Configuration
To configure the pseudonymizer, you need to: To configure the Pseudonymizer, you need to:
- Provide a manifest file that describes which fields should be included or - 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)). 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: ...@@ -87,7 +87,7 @@ To configure the pseudonymizer, you need to:
## Usage ## Usage
You can optionally run the pseudonymizer using the following environment variables: You can optionally run the Pseudonymizer using the following environment variables:
- `PSEUDONYMIZER_OUTPUT_DIR` - where to store the output CSV files (defaults to `/tmp`) - `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`) - `PSEUDONYMIZER_BATCH` - the batch size when querying the DB (defaults to `100000`)
......
...@@ -117,7 +117,7 @@ See [the available connection settings for different providers](object_storage.m ...@@ -117,7 +117,7 @@ See [the available connection settings for different providers](object_storage.m
remote_directory: "terraform" # The bucket name remote_directory: "terraform" # The bucket name
connection: connection:
provider: AWS # Only AWS supported at the moment provider: AWS # Only AWS supported at the moment
aws_access_key_id: AWS_ACESS_KEY_ID aws_access_key_id: AWS_ACCESS_KEY_ID
aws_secret_access_key: AWS_SECRET_ACCESS_KEY aws_secret_access_key: AWS_SECRET_ACCESS_KEY
region: eu-central-1 region: eu-central-1
``` ```
......
...@@ -157,7 +157,7 @@ _The uploads are stored by default in ...@@ -157,7 +157,7 @@ _The uploads are stored by default in
remote_directory: "uploads" # The bucket name remote_directory: "uploads" # The bucket name
connection: connection:
provider: AWS # Only AWS supported at the moment provider: AWS # Only AWS supported at the moment
aws_access_key_id: AWS_ACESS_KEY_ID aws_access_key_id: AWS_ACCESS_KEY_ID
aws_secret_access_key: AWS_SECRET_ACCESS_KEY aws_secret_access_key: AWS_SECRET_ACCESS_KEY
region: eu-central-1 region: eu-central-1
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment