Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogenesoftoronto committed Jan 22, 2024
1 parent 779019a commit 20b4e58
Showing 1 changed file with 37 additions and 28 deletions.
65 changes: 37 additions & 28 deletions docs/src/dev-manual/archivematica.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,34 +20,43 @@ inside the cluster, and they are not tracked in the repository.

### Quick Checklist for Configuration Files

#### .am.secret File:
- Location: `hack/kube/overlays/dev-am/.am.secret`
- **Contents to Check:**
- AM API address (e.g.,`http://host.k3d.internal:62080`)
- User credentials(`user=test`, `api_key=test`)
- SFTP configuration
details (`sftp_host=`, `sftp_port=`, `sftp_user=`,
`sftp_remote_dir=`, `sftp_private_key_passphrase=`).
#### .id_ed25519.secret File:
- Location: `hack/kube/overlays/dev-am/.id_ed25519.secret`
- **Contents to Check:**
- SSH private key (Ensure it starts with `-----BEGIN
OPENSSH PRIVATE KEY-----` and ends with `-----END
OPENSSH PRIVATE KEY-----`)
#### .known_hosts.secret File:
- Location: `hack/kube/overlays/dev-am/.known_hosts.secret`
- **Contents to Check:**
- Known hosts entries (Look for entries starting with
`|1|` and containing `ssh-rsa`, `ecdsa-sha2-nistp256`,
`ssh-ed25519` etc.)
#### .tilt.env File:
- Location: `root/`
- **Contents to Check:**
- ENDURO_PRES_SYSTEM = "am"
#### enduro.toml File:
- Location: `root/`
- **Contents to Check:**
- Preservation Taskqueue variable must be set to "am"
#### .am.secret File

- Location: `hack/kube/overlays/dev-am/.am.secret`
- **Contents to Check:**
- AM API address (e.g.,`http://host.k3d.internal:62080`)
- User credentials(`user=test`, `api_key=test`)
- SFTP configuration
details (`sftp_host=`, `sftp_port=`, `sftp_user=`,
`sftp_remote_dir=`, `sftp_private_key_passphrase=`).

#### .id_ed25519.secret File

- Location: `hack/kube/overlays/dev-am/.id_ed25519.secret`
- **Contents to Check:**
- SSH private key (Ensure it starts with `-----BEGIN
OPENSSH PRIVATE KEY-----` and ends with `-----END
OPENSSH PRIVATE KEY-----`)

#### .known_hosts.secret File

- Location: `hack/kube/overlays/dev-am/.known_hosts.secret`
- **Contents to Check:**
- Known hosts entries (Look for entries starting with
`|1|` and containing `ssh-rsa`, `ecdsa-sha2-nistp256`,
`ssh-ed25519` etc.)

#### .tilt.env File

- Location: `root/`
- **Contents to Check:**
- ENDURO_PRES_SYSTEM = "am"

#### enduro.toml File

- Location: `root/`
- **Contents to Check:**
- Preservation Taskqueue variable must be set to "am"

!!! note

Expand Down

0 comments on commit 20b4e58

Please sign in to comment.