crypto: make certificate parsing optional for crypto api (#3711)

This commit is contained in:
Jens L
2022-10-01 00:06:00 +02:00
committed by GitHub
parent 4f08a9424a
commit 44e4f2e561
12 changed files with 88 additions and 5 deletions

View File

@ -160,6 +160,7 @@ export class LDAPSourceForm extends ModelForm<LDAPSource, string> {
new CryptoApi(DEFAULT_CONFIG)
.cryptoCertificatekeypairsList({
ordering: "name",
includeDetails: false,
})
.then((keys) => {
return keys.results.map((key) => {