Skip to content
Snippets Groups Projects

Support "ecdsa-sk" and "ed25519-sk" SSH keys

Merged Bogdan Denkovych requested to merge support_ecdsa-sk_and_ed25519-sk_ssh_keys into master
All threads resolved!
Compare and Show latest version
8 files
+ 122
10
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -69,7 +69,9 @@ def defaults
domain_allowlist: Settings.gitlab['domain_allowlist'],
dsa_key_restriction: 0,
ecdsa_key_restriction: 0,
ecdsa_sk_key_restriction: 0,
ed25519_key_restriction: 0,
ed25519_sk_key_restriction: 0,
eks_access_key_id: nil,
eks_account_id: nil,
eks_integration_enabled: false,
Loading