make config key optional

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-01-23 16:21:12 +01:00
parent 93e7ac2e73
commit 636744a0cc
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-ldap': patch
---
Make `ldapOrg` config key optional
+1 -1
View File
@@ -437,7 +437,7 @@ export interface Config {
/**
* LdapOrg provider key
*/
ldapOrg: {
ldapOrg?: {
/**
* Id of the LdapOrg provider
*/