Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Enno Boland <g@s01.de>
  • Loading branch information
Gottox committed Apr 30, 2024
1 parent 93b9fc9 commit a1b3e1c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/operator-manual/argocd-repo-creds.yaml
Expand Up @@ -26,6 +26,16 @@ stringData:
-----BEGIN OPENSSH PRIVATE KEY-----
...
-----END OPENSSH PRIVATE KEY-----
sshKexAlgorithms: |
curve25519-sha256
curve25519-sha256@libssh.org
ecdh-sha2-nistp256
ecdh-sha2-nistp384
ecdh-sha2-nistp521
diffie-hellman-group-exchange-sha256
diffie-hellman-group14-sha256
diffie-hellman-group14-sha1
---
apiVersion: v1
kind: Secret
Expand Down Expand Up @@ -60,4 +70,4 @@ stringData:
githubAppPrivateKey: |
-----BEGIN OPENSSH PRIVATE KEY-----
...
-----END OPENSSH PRIVATE KEY-----
-----END OPENSSH PRIVATE KEY-----
10 changes: 10 additions & 0 deletions docs/operator-manual/declarative-setup.md
Expand Up @@ -341,6 +341,16 @@ The following keys are valid to refer to credential secrets:
#### SSH repositories

* `sshPrivateKey` refers to the SSH private key for accessing the repositories
* `sshKexAlgorithms` refers to the SSH key exchange algorithms to use when connecting to the repositories. If not specified, the following algorithms are used:
* `curve25519-sha256`
* `curve25519-sha256@libssh.org`
* `ecdh-sha2-nistp256`
* `ecdh-sha2-nistp384`
* `ecdh-sha2-nistp521`
* `diffie-hellman-group-exchange-sha256`
* `diffie-hellman-group14-sha256`
* `diffie-hellman-group14-sha1`


#### HTTPS repositories

Expand Down

0 comments on commit a1b3e1c

Please sign in to comment.